#5F600F

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

Shades of Fiji Green #5F600F

Tints of Fiji Green #5F600F

Color information

#5F600F (or 0x5F600F) is unknown color: approx Fiji Green. HEX triplet: 5F, 60 and 0F. RGB value is (95,96,15). Sum of RGB (Red+Green+Blue) = 95+96+15=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600F is #A09FF0. Grayscale: #565656. Windows color (decimal): -10526705 or 1007711. OLE color: 1007711.

HSL color Cylindrical-coordinate representation of color #5F600F: hue angle of 60.74º degrees, saturation: 0.73, 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 #5F600F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB959615-
CMYK0.0100.840.62
HSL60.74º72.97%21.76%-
HSV(B)60.74º84.38%37.65%-
XYZ8.9910.832.07-
YUV86.4787.67134.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=46.12%
G=46.60%
B=7.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596150.0100.840.6260.7472.9721.76
Hex5F60F10543E3d4916
Octal1371401710124767511126
Binary101111111000001111101010100111110111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,15); }

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

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

 a { background-color: rgb(95,96,15); }

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

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

 span { border-color: rgb(95,96,15); }

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