#5E6512

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

Shades of Fiji Green #5E6512

Tints of Fiji Green #5E6512

Color information

#5E6512 (or 0x5E6512) is unknown color: approx Fiji Green. HEX triplet: 5E, 65 and 12. RGB value is (94,101,18). Sum of RGB (Red+Green+Blue) = 94+101+18=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6512 is #A19AED. Grayscale: #595959. Windows color (decimal): -10590958 or 1205598. OLE color: 1205598.

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

Color convert

RGB9410118-
CMYK0.0700.820.60
HSL65.06º69.75%23.33%-
HSV(B)65.06º82.18%39.61%-
XYZ9.3811.732.34-
YUV89.4487.68131.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.13%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=44.13%
G=47.42%
B=8.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101180.0700.820.6065.0669.7523.33
Hex5E651270523C414617
Octal13614522701227410110627
Binary1011110110010110010111010100101111001000001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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