#5E6704

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

Shades of Fiji Green #5E6704

Tints of Fiji Green #5E6704

Color information

#5E6704 (or 0x5E6704) is unknown color: approx Fiji Green. HEX triplet: 5E, 67 and 04. RGB value is (94,103,4). Sum of RGB (Red+Green+Blue) = 94+103+4=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6704 is #A198FB. Grayscale: #595959. Windows color (decimal): -10590460 or 288606. OLE color: 288606.

HSL color Cylindrical-coordinate representation of color #5E6704: hue angle of 65.45º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E6704 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB941034-
CMYK0.0900.960.60
HSL65.45º92.52%20.98%-
HSV(B)65.45º96.12%40.39%-
XYZ9.4912.091.95-
YUV89.0280.02131.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.77%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=46.77%
G=51.24%
B=1.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9410340.0900.960.6065.4592.5220.98
Hex5E67490603C415d15
Octal13614741101407410113525
Binary101111011001111001001011000001111001000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,103,4); }

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

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

 a { background-color: rgb(94,103,4); }

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

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

 span { border-color: rgb(94,103,4); }

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