#5F661E

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

Shades of Fiji Green #5F661E

Tints of Fiji Green #5F661E

Color information

#5F661E (or 0x5F661E) is unknown color: approx Fiji Green. HEX triplet: 5F, 66 and 1E. RGB value is (95,102,30). Sum of RGB (Red+Green+Blue) = 95+102+30=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #5F661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F661E is #A099E1. Grayscale: #5B5B5B. Windows color (decimal): -10525154 or 1992287. OLE color: 1992287.

HSL color Cylindrical-coordinate representation of color #5F661E: hue angle of 65.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F661E is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB9510230-
CMYK0.0700.710.6
HSL65.83º54.55%25.88%-
HSV(B)65.83º70.59%40%-
XYZ9.7112.033.04-
YUV91.793.18130.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=41.85%
G=44.93%
B=13.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102300.0700.710.665.8354.5525.88
Hex5F661E70473C42371a
Octal1371463670107741026732
Binary101111111001101111011101000111111100100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,30); }

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

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

 a { background-color: rgb(95,102,30); }

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

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

 span { border-color: rgb(95,102,30); }

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