#5F761A

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

Shades of Fiji Green #5F761A

Tints of Fiji Green #5F761A

Color information

#5F761A (or 0x5F761A) is unknown color: approx Fiji Green. HEX triplet: 5F, 76 and 1A. RGB value is (95,118,26). Sum of RGB (Red+Green+Blue) = 95+118+26=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #5F761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F761A is #A089E5. Grayscale: #646464. Windows color (decimal): -10521062 or 1734239. OLE color: 1734239.

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

Color convert

RGB9511826-
CMYK0.1900.780.54
HSL75º63.89%28.24%-
HSV(B)75º77.97%46.27%-
XYZ11.3815.463.36-
YUV100.6485.88123.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=39.75%
G=49.37%
B=10.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95118260.1900.780.547563.8928.24
Hex5F761A1304E364b401c
Octal137166322301166611310034
Binary101111111101101101010011010011101101101001011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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