#5F6C02

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

Shades of Fiji Green #5F6C02

Tints of Fiji Green #5F6C02

Color information

#5F6C02 (or 0x5F6C02) is unknown color: approx Fiji Green. HEX triplet: 5F, 6C and 02. RGB value is (95,108,2). Sum of RGB (Red+Green+Blue) = 95+108+2=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6C02 is #A093FD. Grayscale: #5C5C5C. Windows color (decimal): -10523646 or 158815. OLE color: 158815.

HSL color Cylindrical-coordinate representation of color #5F6C02: hue angle of 67.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F6C02 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB951082-
CMYK0.1200.980.58
HSL67.36º96.36%21.57%-
HSV(B)67.36º98.15%42.35%-
XYZ10.0913.162.07-
YUV92.0377.19130.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 108 (42.58% from 255) = 52.68%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=46.34%
G=52.68%
B=0.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9510820.1200.980.5867.3696.3621.57
Hex5F6C2C0623A436016
Octal13715421401427210314026
Binary10111111101100101100011000101110101000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,108,2); }

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

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

 a { background-color: rgb(95,108,2); }

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

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

 span { border-color: rgb(95,108,2); }

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