#5F6810

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

Shades of Fiji Green #5F6810

Tints of Fiji Green #5F6810

Color information

#5F6810 (or 0x5F6810) is unknown color: approx Fiji Green. HEX triplet: 5F, 68 and 10. RGB value is (95,104,16). Sum of RGB (Red+Green+Blue) = 95+104+16=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6810 is #A097EF. Grayscale: #5B5B5B. Windows color (decimal): -10524656 or 1075295. OLE color: 1075295.

HSL color Cylindrical-coordinate representation of color #5F6810: hue angle of 66.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F6810 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB9510416-
CMYK0.0900.850.59
HSL66.14º73.33%23.53%-
HSV(B)66.14º84.62%40.78%-
XYZ9.7612.372.36-
YUV91.2885.52130.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 16 (6.64% from 255) = 7.44%
R=44.19%
G=48.37%
B=7.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104160.0900.850.5966.1473.3323.53
Hex5F681090553B424918
Octal137150201101257310211130
Binary10111111101000100001001010101011110111000010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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