#5E6007

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

Shades of Fiji Green #5E6007

Tints of Fiji Green #5E6007

Color information

#5E6007 (or 0x5E6007) is unknown color: approx Fiji Green. HEX triplet: 5E, 60 and 07. RGB value is (94,96,7). Sum of RGB (Red+Green+Blue) = 94+96+7=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6007 is #A19FF8. Grayscale: #555555. Windows color (decimal): -10592249 or 483422. OLE color: 483422.

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

Color convert

RGB94967-
CMYK0.0200.930.62
HSL61.35º86.41%20.2%-
HSV(B)61.35º92.71%37.65%-
XYZ8.8410.761.81-
YUV85.2683.84134.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.72%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=47.72%
G=48.73%
B=3.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal949670.0200.930.6261.3586.4120.2
Hex5E607205D3E3d5614
Octal136140720135767512624
Binary101111011000001111001011101111110111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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