Html Css Color HEX #557006 Fiji Green

📋 copy color: '#557006'

red 85 ◦ green 112 ◦ blue 6

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

Shades of Fiji Green #557006

Tints of Fiji Green #557006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 41.87%
G = 55.17%
B = 2.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#557006 (or 0x557006) is known color: Fiji Green. HEX triplet: 55, 70 and 06. RGB value is (85,112,6). Sum of RGB (Red+Green+Blue) = 85+112+6=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #557006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557006 is #AA8FF9. Grayscale: #5C5C5C. Windows color (decimal): -11177978 or 421973. OLE color: 421973.

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

Color convert

RGB 85 112 6 -
CMYK 0.24 0 0.95 0.56
HSL 75.28º 0.9% 0.23% -
HSV(B) 75.28º 0.95% 0.44% -
XYZ 9.57 13.53 2.28 -
YUV 91.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 85 112 6 0.24 0 0.95 0.56 75.28 0.9 0.23
Hex 55 70 6 18 0 5F 38 4B 5A 17
Octal 125 160 6 30 0 137 70 113 132 27
Binary 1010101 1110000 110 11000 0 1011111 111000 1001011 1011010 10111

Color Harmonies of #557006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557006

Black with #557006

Text Example


Text Example

White with #557006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557006; }

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

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

background-color css

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

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

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

border-color css

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

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

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