Html Css Color HEX #5D770C Fiji Green

📋 copy color: '#5D770C'

red 93 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #5D770C

Tints of Fiji Green #5D770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 41.52%
G = 53.13%
B = 5.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#5D770C (or 0x5D770C) is known color: Fiji Green. HEX triplet: 5D, 77 and 0C. RGB value is (93,119,12). Sum of RGB (Red+Green+Blue) = 93+119+12=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #5D770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D770C is #A288F3. Grayscale: #636363. Windows color (decimal): -10651892 or 816989. OLE color: 816989.

HSL color Cylindrical-coordinate representation of color #5D770C: hue angle of 74.58º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D770C is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 12 -
CMYK 0.22 0 0.90 0.53
HSL 74.58º 0.82% 0.26% -
HSV(B) 74.58º 0.9% 0.47% -
XYZ 11.18 15.55 2.76 -
YUV 99.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 93 119 12 0.22 0 0.90 0.53 74.58 0.82 0.26
Hex 5D 77 C 16 0 5A 35 4B 52 1A
Octal 135 167 14 26 0 132 65 113 122 32
Binary 1011101 1110111 1100 10110 0 1011010 110101 1001011 1010010 11010

Color Harmonies of #5D770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D770C

Black with #5D770C

Text Example


Text Example

White with #5D770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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