Html Css Color HEX #55720A Fiji Green

📋 copy color: '#55720A'

red 85 ◦ green 114 ◦ blue 10

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

Shades of Fiji Green #55720A

Tints of Fiji Green #55720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

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

R = 40.67%
G = 54.55%
B = 4.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#55720A (or 0x55720A) is known color: Fiji Green. HEX triplet: 55, 72 and 0A. RGB value is (85,114,10). Sum of RGB (Red+Green+Blue) = 85+114+10=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #55720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55720A is #AA8DF5. Grayscale: #5D5D5D. Windows color (decimal): -11177462 or 684629. OLE color: 684629.

HSL color Cylindrical-coordinate representation of color #55720A: hue angle of 76.73º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55720A is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 10 -
CMYK 0.25 0 0.91 0.55
HSL 76.73º 0.84% 0.24% -
HSV(B) 76.73º 0.91% 0.45% -
XYZ 9.82 13.99 2.47 -
YUV 93.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 85 114 10 0.25 0 0.91 0.55 76.73 0.84 0.24
Hex 55 72 A 19 0 5B 37 4D 54 18
Octal 125 162 12 31 0 133 67 115 124 30
Binary 1010101 1110010 1010 11001 0 1011011 110111 1001101 1010100 11000

Color Harmonies of #55720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55720A

Black with #55720A

Text Example


Text Example

White with #55720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55720A; }

 p { color: rgb(85,114,10); }

 H1.HeaderClassName
 {
   color: #55720A;
 }
 .AnyTagClassName
 {
   color: #55720A;
 }
</style>

background-color css

<style>
 a { background-color: #55720A; }

 a { background-color: rgb(85,114,10); }

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

border-color css

<style>
 span { border-color: #55720A; }

 span { border-color: rgb(85,114,10); }

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