Html Css Color HEX #557F07 Fiji Green

📋 copy color: '#557F07'

red 85 ◦ green 127 ◦ blue 7

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

Shades of Fiji Green #557F07

Tints of Fiji Green #557F07

RGB

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

 GREEN value IS 127 (50% from 255) = 57.99%

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

R = 38.81%
G = 57.99%
B = 3.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#557F07 (or 0x557F07) is known color: Fiji Green. HEX triplet: 55, 7F and 07. RGB value is (85,127,7). Sum of RGB (Red+Green+Blue) = 85+127+7=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #557F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F07 is #AA80F8. Grayscale: #656565. Windows color (decimal): -11174137 or 491349. OLE color: 491349.

HSL color Cylindrical-coordinate representation of color #557F07: hue angle of 81º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #557F07 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 7 -
CMYK 0.33 0 0.94 0.50
HSL 81º 0.9% 0.26% -
HSV(B) 81º 0.94% 0.5% -
XYZ 11.37 17.13 2.91 -
YUV 100.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 85 127 7 0.33 0 0.94 0.50 81 0.9 0.26
Hex 55 7F 7 21 0 5E 32 51 5A 1A
Octal 125 177 7 41 0 136 62 121 132 32
Binary 1010101 1111111 111 100001 0 1011110 110010 1010001 1011010 11010

Color Harmonies of #557F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F07

Black with #557F07

Text Example


Text Example

White with #557F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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