#6E7002

Color #6E7002 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6E7002

Tints of Olive #6E7002

Color information

#6E7002 (or 0x6E7002) is unknown color: approx Olive. HEX triplet: 6E, 70 and 02. RGB value is (110,112,2). Sum of RGB (Red+Green+Blue) = 110+112+2=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7002 is #918FFD. Grayscale: #636363. Windows color (decimal): -9539582 or 159854. OLE color: 159854.

HSL color Cylindrical-coordinate representation of color #6E7002: hue angle of 61.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E7002 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1101122-
CMYK0.0200.980.56
HSL61.09º96.49%22.35%-
HSV(B)61.09º98.21%43.92%-
XYZ12.2414.912.29-
YUV98.8673.34135.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.11%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=49.11%
G=50%
B=0.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11011220.0200.980.5661.0996.4922.35
Hex6E7022062383d6016
Octal156160220142707514026
Binary11011101110000101001100010111000111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7002; }

 p { color: rgb(110,112,2); }

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

<style>
 a { background-color: #6E7002; }

 a { background-color: rgb(110,112,2); }

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

<style>
 span { border-color: #6E7002; }

 span { border-color: rgb(110,112,2); }

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