#5F7600

Color #5F7600 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5F7600

Tints of Fiji Green #5F7600

Color information

#5F7600 (or 0x5F7600) is unknown color: approx Fiji Green. HEX triplet: 5F, 76 and 00. RGB value is (95,118,0). Sum of RGB (Red+Green+Blue) = 95+118+0=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7600 is #A089FF. Grayscale: #626262. Windows color (decimal): -10521088 or 30303. OLE color: 30303.

HSL color Cylindrical-coordinate representation of color #5F7600: hue angle of 71.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F7600 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB951180-
CMYK0.19010.54
HSL71.69º100%23.14%-
HSV(B)71.69º100%46.27%-
XYZ11.215.392.38-
YUV97.6772.88126.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.60%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.60%
G=55.40%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9511800.19010.5471.6910023.14
Hex5F7601306436486417
Octal13716602301446611014427
Binary10111111110110010011011001001101101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7600; }

 p { color: rgb(95,118,0); }

 H1.HeaderClassName
 {
   color: #5F7600;
 }
 .AnyTagClassName
 {
   color: #5F7600;
 }
</style>
background-color css

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

 a { background-color: rgb(95,118,0); }

 div.DivClassName
 {
   background-color: #5F7600;
 }
 .BgClassName
 {
   background-color: #5F7600;
 }
</style>
border-color css

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

 span { border-color: rgb(95,118,0); }

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