Html Css Color HEX #5D770A Fiji Green

📋 copy color: '#5D770A'

red 93 ◦ green 119 ◦ blue 10

#5D770A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5D770A

Tints of Fiji Green #5D770A

RGB

 RED value IS 93 (36.72% from 255) = 41.89%

 GREEN value IS 119 (46.88% from 255) = 53.6%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 41.89%
G = 53.6%
B = 4.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D770A (or 0x5D770A) is known color: Fiji Green. HEX triplet: 5D, 77 and 0A. RGB value is (93,119,10). Sum of RGB (Red+Green+Blue) = 93+119+10=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #5D770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D770A is #A288F5. Grayscale: #636363. Windows color (decimal): -10651894 or 685917. OLE color: 685917.

HSL color Cylindrical-coordinate representation of color #5D770A: hue angle of 74.31º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D770A is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 10 -
CMYK 0.22 0 0.92 0.53
HSL 74.31º 0.84% 0.25% -
HSV(B) 74.31º 0.92% 0.47% -
XYZ 11.17 15.54 2.7 -
YUV 98.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 93 119 10 0.22 0 0.92 0.53 74.31 0.84 0.25
Hex 5D 77 A 16 0 5C 35 4A 54 19
Octal 135 167 12 26 0 134 65 112 124 31
Binary 1011101 1110111 1010 10110 0 1011100 110101 1001010 1010100 11001

Color Harmonies of #5D770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D770A

Black with #5D770A

Text Example


Text Example

White with #5D770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D770A; }

 p { color: rgb(93,119,10); }

 H1.HeaderClassName
 {
   color: #5D770A;
 }
 .AnyTagClassName
 {
   color: #5D770A;
 }
</style>

background-color css

<style>
 a { background-color: #5D770A; }

 a { background-color: rgb(93,119,10); }

 div.DivClassName
 {
   background-color: #5D770A;
 }
 .BgClassName
 {
   background-color: #5D770A;
 }
</style>

border-color css

<style>
 span { border-color: #5D770A; }

 span { border-color: rgb(93,119,10); }

 td.TdClassName
 {
   border-color: #5D770A;
 }
 .TagClassName
 {
   border-color: #5D770A;
 }
</style>