#5E6902

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

Shades of Fiji Green #5E6902

Tints of Fiji Green #5E6902

Color information

#5E6902 (or 0x5E6902) is unknown color: approx Fiji Green. HEX triplet: 5E, 69 and 02. RGB value is (94,105,2). Sum of RGB (Red+Green+Blue) = 94+105+2=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6902 is #A196FD. Grayscale: #5A5A5A. Windows color (decimal): -10589950 or 158046. OLE color: 158046.

HSL color Cylindrical-coordinate representation of color #5E6902: hue angle of 66.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E6902 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB941052-
CMYK0.1000.980.59
HSL66.41º96.26%20.98%-
HSV(B)66.41º98.1%41.18%-
XYZ9.6812.491.96-
YUV89.9778.36130.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.77%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=46.77%
G=52.24%
B=1.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9410520.1000.980.5966.4196.2620.98
Hex5E692A0623B426015
Octal13615121201427310214025
Binary10111101101001101010011000101110111000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,2); }

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

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

 a { background-color: rgb(94,105,2); }

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

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

 span { border-color: rgb(94,105,2); }

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