Html Css Color HEX #557705 Fiji Green

📋 copy color: '#557705'

red 85 ◦ green 119 ◦ blue 5

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

Shades of Fiji Green #557705

Tints of Fiji Green #557705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 40.67%
G = 56.94%
B = 2.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#557705 (or 0x557705) is known color: Fiji Green. HEX triplet: 55, 77 and 05. RGB value is (85,119,5). Sum of RGB (Red+Green+Blue) = 85+119+5=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #557705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557705 is #AA88FA. Grayscale: #606060. Windows color (decimal): -11176187 or 358229. OLE color: 358229.

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

Color convert

RGB 85 119 5 -
CMYK 0.29 0 0.96 0.53
HSL 77.89º 0.92% 0.24% -
HSV(B) 77.89º 0.96% 0.47% -
XYZ 10.37 15.14 2.52 -
YUV 95.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 85 119 5 0.29 0 0.96 0.53 77.89 0.92 0.24
Hex 55 77 5 1D 0 60 35 4E 5C 18
Octal 125 167 5 35 0 140 65 116 134 30
Binary 1010101 1110111 101 11101 0 1100000 110101 1001110 1011100 11000

Color Harmonies of #557705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557705

Black with #557705

Text Example


Text Example

White with #557705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557705; }

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

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

background-color css

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

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

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

border-color css

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

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

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