#5E6008

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

Shades of Fiji Green #5E6008

Tints of Fiji Green #5E6008

Color information

#5E6008 (or 0x5E6008) is unknown color: approx Fiji Green. HEX triplet: 5E, 60 and 08. RGB value is (94,96,8). Sum of RGB (Red+Green+Blue) = 94+96+8=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6008 is #A19FF7. Grayscale: #555555. Windows color (decimal): -10592248 or 548958. OLE color: 548958.

HSL color Cylindrical-coordinate representation of color #5E6008: hue angle of 61.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E6008 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB94968-
CMYK0.0200.920.62
HSL61.36º84.62%20.39%-
HSV(B)61.36º91.67%37.65%-
XYZ8.8410.761.84-
YUV85.3784.34134.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.47%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=47.47%
G=48.48%
B=4.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal949680.0200.920.6261.3684.6220.39
Hex5E608205C3E3d5514
Octal1361401020134767512524
Binary1011110110000010001001011100111110111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,8); }

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

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

 a { background-color: rgb(94,96,8); }

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

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

 span { border-color: rgb(94,96,8); }

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