Html Css Color HEX #557608 Fiji Green

📋 copy color: '#557608'

red 85 ◦ green 118 ◦ blue 8

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

Shades of Fiji Green #557608

Tints of Fiji Green #557608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 40.28%
G = 55.92%
B = 3.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#557608 (or 0x557608) is known color: Fiji Green. HEX triplet: 55, 76 and 08. RGB value is (85,118,8). Sum of RGB (Red+Green+Blue) = 85+118+8=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #557608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557608 is #AA89F7. Grayscale: #5F5F5F. Windows color (decimal): -11176440 or 554581. OLE color: 554581.

HSL color Cylindrical-coordinate representation of color #557608: hue angle of 78º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557608 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 8 -
CMYK 0.28 0 0.93 0.54
HSL 78º 0.87% 0.25% -
HSV(B) 78º 0.93% 0.46% -
XYZ 10.27 14.91 2.57 -
YUV 95.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 85 118 8 0.28 0 0.93 0.54 78 0.87 0.25
Hex 55 76 8 1C 0 5D 36 4E 57 19
Octal 125 166 10 34 0 135 66 116 127 31
Binary 1010101 1110110 1000 11100 0 1011101 110110 1001110 1010111 11001

Color Harmonies of #557608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557608

Black with #557608

Text Example


Text Example

White with #557608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557608; }

 p { color: rgb(85,118,8); }

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

background-color css

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

 a { background-color: rgb(85,118,8); }

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

border-color css

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

 span { border-color: rgb(85,118,8); }

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