Html Css Color HEX #55700A Fiji Green

📋 copy color: '#55700A'

red 85 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #55700A

Tints of Fiji Green #55700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

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

R = 41.06%
G = 54.11%
B = 4.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#55700A (or 0x55700A) is known color: Fiji Green. HEX triplet: 55, 70 and 0A. RGB value is (85,112,10). Sum of RGB (Red+Green+Blue) = 85+112+10=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #55700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55700A is #AA8FF5. Grayscale: #5C5C5C. Windows color (decimal): -11177974 or 684117. OLE color: 684117.

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

Color convert

RGB 85 112 10 -
CMYK 0.24 0 0.91 0.56
HSL 75.88º 0.84% 0.24% -
HSV(B) 75.88º 0.91% 0.44% -
XYZ 9.6 13.54 2.4 -
YUV 92.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 85 112 10 0.24 0 0.91 0.56 75.88 0.84 0.24
Hex 55 70 A 18 0 5B 38 4C 54 18
Octal 125 160 12 30 0 133 70 114 124 30
Binary 1010101 1110000 1010 11000 0 1011011 111000 1001100 1010100 11000

Color Harmonies of #55700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55700A

Black with #55700A

Text Example


Text Example

White with #55700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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