Html Css Color HEX #556610 Fiji Green

📋 copy color: '#556610'

red 85 ◦ green 102 ◦ blue 16

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

Shades of Fiji Green #556610

Tints of Fiji Green #556610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.25%

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

R = 41.87%
G = 50.25%
B = 7.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#556610 (or 0x556610) is known color: Fiji Green. HEX triplet: 55, 66 and 10. RGB value is (85,102,16). Sum of RGB (Red+Green+Blue) = 85+102+16=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #556610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556610 is #AA99EF. Grayscale: #575757. Windows color (decimal): -11180528 or 1074773. OLE color: 1074773.

HSL color Cylindrical-coordinate representation of color #556610: hue angle of 71.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #556610 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 16 -
CMYK 0.17 0 0.84 0.6
HSL 71.86º 0.73% 0.23% -
HSV(B) 71.86º 0.84% 0.4% -
XYZ 8.59 11.47 2.25 -
YUV 87.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 85 102 16 0.17 0 0.84 0.6 71.86 0.73 0.23
Hex 55 66 10 11 0 54 3C 48 49 17
Octal 125 146 20 21 0 124 74 110 111 27
Binary 1010101 1100110 10000 10001 0 1010100 111100 1001000 1001001 10111

Color Harmonies of #556610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556610

Black with #556610

Text Example


Text Example

White with #556610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556610; }

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

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

background-color css

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

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

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

border-color css

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

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

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