Html Css Color HEX #557707 Fiji Green

📋 copy color: '#557707'

red 85 ◦ green 119 ◦ blue 7

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

Shades of Fiji Green #557707

Tints of Fiji Green #557707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 40.28%
G = 56.4%
B = 3.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#557707 (or 0x557707) is known color: Fiji Green. HEX triplet: 55, 77 and 07. RGB value is (85,119,7). Sum of RGB (Red+Green+Blue) = 85+119+7=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #557707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557707 is #AA88F8. Grayscale: #606060. Windows color (decimal): -11176185 or 489301. OLE color: 489301.

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

Color convert

RGB 85 119 7 -
CMYK 0.29 0 0.94 0.53
HSL 78.21º 0.89% 0.25% -
HSV(B) 78.21º 0.94% 0.47% -
XYZ 10.38 15.14 2.58 -
YUV 96.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 85 119 7 0.29 0 0.94 0.53 78.21 0.89 0.25
Hex 55 77 7 1D 0 5E 35 4E 59 19
Octal 125 167 7 35 0 136 65 116 131 31
Binary 1010101 1110111 111 11101 0 1011110 110101 1001110 1011001 11001

Color Harmonies of #557707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557707

Black with #557707

Text Example


Text Example

White with #557707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557707; }

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

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

background-color css

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

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

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

border-color css

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

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

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