#6D8502

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

Shades of Olive #6D8502

Tints of Olive #6D8502

Color information

#6D8502 (or 0x6D8502) is unknown color: approx Olive. HEX triplet: 6D, 85 and 02. RGB value is (109,133,2). Sum of RGB (Red+Green+Blue) = 109+133+2=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8502 is #927AFD. Grayscale: #6F6F6F. Windows color (decimal): -9599742 or 165229. OLE color: 165229.

HSL color Cylindrical-coordinate representation of color #6D8502: hue angle of 70.99º 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 #6D8502 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1091332-
CMYK0.1800.980.48
HSL70.99º97.04%26.47%-
HSV(B)70.99º98.5%52.16%-
XYZ14.7120.033.15-
YUV110.8966.55126.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.67%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=44.67%
G=54.51%
B=0.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10913320.1800.980.4870.9997.0426.47
Hex6D852120623047611a
Octal15520522201426010714132
Binary1101101100001011010010011000101100001000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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