#5F6512

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

Shades of Fiji Green #5F6512

Tints of Fiji Green #5F6512

Color information

#5F6512 (or 0x5F6512) is unknown color: approx Fiji Green. HEX triplet: 5F, 65 and 12. RGB value is (95,101,18). Sum of RGB (Red+Green+Blue) = 95+101+18=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6512 is #A09AED. Grayscale: #5A5A5A. Windows color (decimal): -10525422 or 1205599. OLE color: 1205599.

HSL color Cylindrical-coordinate representation of color #5F6512: hue angle of 64.34º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F6512 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB9510118-
CMYK0.0600.820.60
HSL64.34º69.75%23.33%-
HSV(B)64.34º82.18%39.61%-
XYZ9.4811.782.35-
YUV89.7487.51131.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.39%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=44.39%
G=47.20%
B=8.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95101180.0600.820.6064.3469.7523.33
Hex5F651260523C404617
Octal13714522601227410010627
Binary1011111110010110010110010100101111001000000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,101,18); }

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

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

 a { background-color: rgb(95,101,18); }

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

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

 span { border-color: rgb(95,101,18); }

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