Html Css Color HEX #55780C Fiji Green

📋 copy color: '#55780C'

red 85 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #55780C

Tints of Fiji Green #55780C

RGB

 RED value IS 85 (33.59% from 255) = 39.17%

 GREEN value IS 120 (47.27% from 255) = 55.3%

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

R = 39.17%
G = 55.3%
B = 5.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#55780C (or 0x55780C) is known color: Fiji Green. HEX triplet: 55, 78 and 0C. RGB value is (85,120,12). Sum of RGB (Red+Green+Blue) = 85+120+12=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #55780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55780C is #AA87F3. Grayscale: #616161. Windows color (decimal): -11175924 or 817237. OLE color: 817237.

HSL color Cylindrical-coordinate representation of color #55780C: hue angle of 79.44º 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 #55780C is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 12 -
CMYK 0.29 0 0.90 0.53
HSL 79.44º 0.82% 0.26% -
HSV(B) 79.44º 0.9% 0.47% -
XYZ 10.53 15.39 2.76 -
YUV 97.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 85 120 12 0.29 0 0.90 0.53 79.44 0.82 0.26
Hex 55 78 C 1D 0 5A 35 4F 52 1A
Octal 125 170 14 35 0 132 65 117 122 32
Binary 1010101 1111000 1100 11101 0 1011010 110101 1001111 1010010 11010

Color Harmonies of #55780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55780C

Black with #55780C

Text Example


Text Example

White with #55780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55780C; }

 p { color: rgb(85,120,12); }

 H1.HeaderClassName
 {
   color: #55780C;
 }
 .AnyTagClassName
 {
   color: #55780C;
 }
</style>

background-color css

<style>
 a { background-color: #55780C; }

 a { background-color: rgb(85,120,12); }

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

border-color css

<style>
 span { border-color: #55780C; }

 span { border-color: rgb(85,120,12); }

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