Html Css Color HEX #556C06 Fiji Green

📋 copy color: '#556C06'

red 85 ◦ green 108 ◦ blue 6

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

Shades of Fiji Green #556C06

Tints of Fiji Green #556C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.27%

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

R = 42.71%
G = 54.27%
B = 3.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#556C06 (or 0x556C06) is known color: Fiji Green. HEX triplet: 55, 6C and 06. RGB value is (85,108,6). Sum of RGB (Red+Green+Blue) = 85+108+6=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #556C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C06 is #AA93F9. Grayscale: #595959. Windows color (decimal): -11179002 or 420949. OLE color: 420949.

HSL color Cylindrical-coordinate representation of color #556C06: hue angle of 73.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556C06 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 6 -
CMYK 0.21 0 0.94 0.58
HSL 73.53º 0.89% 0.22% -
HSV(B) 73.53º 0.94% 0.42% -
XYZ 9.14 12.67 2.14 -
YUV 89.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 85 108 6 0.21 0 0.94 0.58 73.53 0.89 0.22
Hex 55 6C 6 15 0 5E 3A 4A 59 16
Octal 125 154 6 25 0 136 72 112 131 26
Binary 1010101 1101100 110 10101 0 1011110 111010 1001010 1011001 10110

Color Harmonies of #556C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C06

Black with #556C06

Text Example


Text Example

White with #556C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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