#6D7002

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

Shades of Olive #6D7002

Tints of Olive #6D7002

Color information

#6D7002 (or 0x6D7002) is unknown color: approx Olive. HEX triplet: 6D, 70 and 02. RGB value is (109,112,2). Sum of RGB (Red+Green+Blue) = 109+112+2=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7002 is #928FFD. Grayscale: #636363. Windows color (decimal): -9605118 or 159853. OLE color: 159853.

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

Color convert

RGB1091122-
CMYK0.0300.980.56
HSL61.64º96.49%22.35%-
HSV(B)61.64º98.21%43.92%-
XYZ12.1114.842.28-
YUV98.5673.51135.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=48.88%
G=50.22%
B=0.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10911220.0300.980.5661.6496.4922.35
Hex6D7023062383e6016
Octal155160230142707614026
Binary11011011110000101101100010111000111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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