#5F7217

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

Shades of Fiji Green #5F7217

Tints of Fiji Green #5F7217

Color information

#5F7217 (or 0x5F7217) is unknown color: approx Fiji Green. HEX triplet: 5F, 72 and 17. RGB value is (95,114,23). Sum of RGB (Red+Green+Blue) = 95+114+23=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7217 is #A08DE8. Grayscale: #626262. Windows color (decimal): -10522089 or 1536607. OLE color: 1536607.

HSL color Cylindrical-coordinate representation of color #5F7217: hue angle of 72.53º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F7217 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB9511423-
CMYK0.1700.800.55
HSL72.53º66.42%26.86%-
HSV(B)72.53º79.82%44.71%-
XYZ10.8914.533.04-
YUV97.9485.71125.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.95%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 23 (9.38% from 255) = 9.91%
R=40.95%
G=49.14%
B=9.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95114230.1700.800.5572.5366.4226.86
Hex5F7217110503749421b
Octal137162272101206711110233
Binary101111111100101011110001010100001101111001001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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