#5F6E01

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

Shades of Fiji Green #5F6E01

Tints of Fiji Green #5F6E01

Color information

#5F6E01 (or 0x5F6E01) is unknown color: approx Fiji Green. HEX triplet: 5F, 6E and 01. RGB value is (95,110,1). Sum of RGB (Red+Green+Blue) = 95+110+1=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6E01 is #A091FE. Grayscale: #5D5D5D. Windows color (decimal): -10523135 or 93791. OLE color: 93791.

HSL color Cylindrical-coordinate representation of color #5F6E01: hue angle of 68.26º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F6E01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB951101-
CMYK0.1400.990.57
HSL68.26º98.2%21.76%-
HSV(B)68.26º99.09%43.14%-
XYZ10.313.592.11-
YUV93.0976.03129.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=46.12%
G=53.40%
B=0.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9511010.1400.990.5768.2698.221.76
Hex5F6E1E06339446216
Octal13715611601437110414226
Binary1011111110111011110011000111110011000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,1); }

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

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

 a { background-color: rgb(95,110,1); }

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

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

 span { border-color: rgb(95,110,1); }

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