Html Css Color HEX #557708 Fiji Green

📋 copy color: '#557708'

red 85 ◦ green 119 ◦ blue 8

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

Shades of Fiji Green #557708

Tints of Fiji Green #557708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

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

R = 40.09%
G = 56.13%
B = 3.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#557708 (or 0x557708) is known color: Fiji Green. HEX triplet: 55, 77 and 08. RGB value is (85,119,8). Sum of RGB (Red+Green+Blue) = 85+119+8=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #557708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557708 is #AA88F7. Grayscale: #606060. Windows color (decimal): -11176184 or 554837. OLE color: 554837.

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

Color convert

RGB 85 119 8 -
CMYK 0.29 0 0.93 0.53
HSL 78.38º 0.87% 0.25% -
HSV(B) 78.38º 0.93% 0.47% -
XYZ 10.39 15.14 2.61 -
YUV 96.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 85 119 8 0.29 0 0.93 0.53 78.38 0.87 0.25
Hex 55 77 8 1D 0 5D 35 4E 57 19
Octal 125 167 10 35 0 135 65 116 127 31
Binary 1010101 1110111 1000 11101 0 1011101 110101 1001110 1010111 11001

Color Harmonies of #557708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557708

Black with #557708

Text Example


Text Example

White with #557708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557708; }

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

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

background-color css

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

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

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

border-color css

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

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

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