#5F6217

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

Shades of Fiji Green #5F6217

Tints of Fiji Green #5F6217

Color information

#5F6217 (or 0x5F6217) is unknown color: approx Fiji Green. HEX triplet: 5F, 62 and 17. RGB value is (95,98,23). Sum of RGB (Red+Green+Blue) = 95+98+23=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6217 is #A09DE8. Grayscale: #585858. Windows color (decimal): -10526185 or 1532511. OLE color: 1532511.

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

Color convert

RGB959823-
CMYK0.0300.770.62
HSL62.4º61.98%23.73%-
HSV(B)62.4º76.53%38.43%-
XYZ9.2411.232.49-
YUV88.5591.01132.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.98%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=43.98%
G=45.37%
B=10.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598230.0300.770.6262.461.9823.73
Hex5F6217304D3E3e3e18
Octal137142273011576767630
Binary1011111110001010111110100110111111011111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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