#5E650A

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

Shades of Fiji Green #5E650A

Tints of Fiji Green #5E650A

Color information

#5E650A (or 0x5E650A) is unknown color: approx Fiji Green. HEX triplet: 5E, 65 and 0A. RGB value is (94,101,10). Sum of RGB (Red+Green+Blue) = 94+101+10=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #5E650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E650A is #A19AF5. Grayscale: #585858. Windows color (decimal): -10590966 or 681310. OLE color: 681310.

HSL color Cylindrical-coordinate representation of color #5E650A: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E650A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB9410110-
CMYK0.0700.900.60
HSL64.62º81.98%21.76%-
HSV(B)64.62º90.1%39.61%-
XYZ9.3211.712.06-
YUV88.5383.68131.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=45.85%
G=49.27%
B=4.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101100.0700.900.6064.6281.9821.76
Hex5E65A705A3C415216
Octal13614512701327410112226
Binary101111011001011010111010110101111001000001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,10); }

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

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

 a { background-color: rgb(94,101,10); }

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

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

 span { border-color: rgb(94,101,10); }

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