#5F7310

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

Shades of Fiji Green #5F7310

Tints of Fiji Green #5F7310

Color information

#5F7310 (or 0x5F7310) is unknown color: approx Fiji Green. HEX triplet: 5F, 73 and 10. RGB value is (95,115,16). Sum of RGB (Red+Green+Blue) = 95+115+16=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7310 is #A08CEF. Grayscale: #626262. Windows color (decimal): -10521840 or 1078111. OLE color: 1078111.

HSL color Cylindrical-coordinate representation of color #5F7310: hue angle of 72.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F7310 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB9511516-
CMYK0.1700.860.55
HSL72.12º75.57%25.69%-
HSV(B)72.12º86.09%45.1%-
XYZ10.9414.732.76-
YUV97.7381.87126.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.04%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=42.04%
G=50.88%
B=7.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115160.1700.860.5572.1275.5725.69
Hex5F73101105637484c1a
Octal137163202101266711011432
Binary101111111100111000010001010101101101111001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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