#5F6D03

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

Shades of Fiji Green #5F6D03

Tints of Fiji Green #5F6D03

Color information

#5F6D03 (or 0x5F6D03) is unknown color: approx Fiji Green. HEX triplet: 5F, 6D and 03. RGB value is (95,109,3). Sum of RGB (Red+Green+Blue) = 95+109+3=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6D03 is #A092FC. Grayscale: #5D5D5D. Windows color (decimal): -10523389 or 224607. OLE color: 224607.

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

Color convert

RGB951093-
CMYK0.1300.970.57
HSL67.92º94.64%21.96%-
HSV(B)67.92º97.25%42.75%-
XYZ10.213.382.13-
YUV92.7377.36129.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=45.89%
G=52.66%
B=1.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9510930.1300.970.5767.9294.6421.96
Hex5F6D3D06139445f16
Octal13715531501417110413726
Binary10111111101101111101011000011110011000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,3); }

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

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

 a { background-color: rgb(95,109,3); }

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

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

 span { border-color: rgb(95,109,3); }

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