#5F7708

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

Shades of Fiji Green #5F7708

Tints of Fiji Green #5F7708

Color information

#5F7708 (or 0x5F7708) is unknown color: approx Fiji Green. HEX triplet: 5F, 77 and 08. RGB value is (95,119,8). Sum of RGB (Red+Green+Blue) = 95+119+8=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7708 is #A088F7. Grayscale: #636363. Windows color (decimal): -10520824 or 554847. OLE color: 554847.

HSL color Cylindrical-coordinate representation of color #5F7708: hue angle of 72.97º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F7708 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB951198-
CMYK0.2000.930.53
HSL72.97º87.4%24.9%-
HSV(B)72.97º93.28%46.67%-
XYZ11.3615.642.65-
YUV99.1776.55125.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.79%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=42.79%
G=53.60%
B=3.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9511980.2000.930.5372.9787.424.9
Hex5F7781405D35495719
Octal137167102401356511112731
Binary10111111110111100010100010111011101011001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,8); }

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

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

 a { background-color: rgb(95,119,8); }

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

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

 span { border-color: rgb(95,119,8); }

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