#6E8502

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

Shades of Olive #6E8502

Tints of Olive #6E8502

Color information

#6E8502 (or 0x6E8502) is unknown color: approx Olive. HEX triplet: 6E, 85 and 02. RGB value is (110,133,2). Sum of RGB (Red+Green+Blue) = 110+133+2=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8502 is #917AFD. Grayscale: #6F6F6F. Windows color (decimal): -9534206 or 165230. OLE color: 165230.

HSL color Cylindrical-coordinate representation of color #6E8502: hue angle of 70.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E8502 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1101332-
CMYK0.1700.980.48
HSL70.53º97.04%26.47%-
HSV(B)70.53º98.5%52.16%-
XYZ14.8320.093.15-
YUV111.1966.38127.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=44.90%
G=54.29%
B=0.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11013320.1700.980.4870.5397.0426.47
Hex6E852110623047611a
Octal15620522101426010714132
Binary1101110100001011010001011000101100001000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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