Html Css Color HEX #556F10 Fiji Green

📋 copy color: '#556F10'

red 85 ◦ green 111 ◦ blue 16

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

Shades of Fiji Green #556F10

Tints of Fiji Green #556F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.36%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 40.09%
G = 52.36%
B = 7.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#556F10 (or 0x556F10) is known color: Fiji Green. HEX triplet: 55, 6F and 10. RGB value is (85,111,16). Sum of RGB (Red+Green+Blue) = 85+111+16=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #556F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556F10 is #AA90EF. Grayscale: #5C5C5C. Windows color (decimal): -11178224 or 1077077. OLE color: 1077077.

HSL color Cylindrical-coordinate representation of color #556F10: hue angle of 76.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #556F10 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 16 -
CMYK 0.23 0 0.86 0.56
HSL 76.42º 0.75% 0.25% -
HSV(B) 76.42º 0.86% 0.44% -
XYZ 9.52 13.34 2.56 -
YUV 92.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 85 111 16 0.23 0 0.86 0.56 76.42 0.75 0.25
Hex 55 6F 10 17 0 56 38 4C 4B 19
Octal 125 157 20 27 0 126 70 114 113 31
Binary 1010101 1101111 10000 10111 0 1010110 111000 1001100 1001011 11001

Color Harmonies of #556F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F10

Black with #556F10

Text Example


Text Example

White with #556F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,16); }

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

background-color css

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

 a { background-color: rgb(85,111,16); }

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

border-color css

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

 span { border-color: rgb(85,111,16); }

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