#5F6210

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

Shades of Fiji Green #5F6210

Tints of Fiji Green #5F6210

Color information

#5F6210 (or 0x5F6210) is unknown color: approx Fiji Green. HEX triplet: 5F, 62 and 10. RGB value is (95,98,16). Sum of RGB (Red+Green+Blue) = 95+98+16=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6210 is #A09DEF. Grayscale: #585858. Windows color (decimal): -10526192 or 1073759. OLE color: 1073759.

HSL color Cylindrical-coordinate representation of color #5F6210: hue angle of 62.2º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F6210 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB959816-
CMYK0.0300.840.62
HSL62.2º71.93%22.35%-
HSV(B)62.2º83.67%38.43%-
XYZ9.1811.212.17-
YUV87.7687.51133.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=45.45%
G=46.89%
B=7.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598160.0300.840.6262.271.9322.35
Hex5F621030543E3e4816
Octal1371422030124767611026
Binary10111111100010100001101010100111110111110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,16); }

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

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

 a { background-color: rgb(95,98,16); }

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

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

 span { border-color: rgb(95,98,16); }

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