#6D7E00

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

Shades of Olive #6D7E00

Tints of Olive #6D7E00

Color information

#6D7E00 (or 0x6D7E00) is unknown color: approx Olive. HEX triplet: 6D, 7E and 00. RGB value is (109,126,0). Sum of RGB (Red+Green+Blue) = 109+126+0=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7E00 is #9281FF. Grayscale: #6B6B6B. Windows color (decimal): -9601536 or 32365. OLE color: 32365.

HSL color Cylindrical-coordinate representation of color #6D7E00: hue angle of 68.1º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D7E00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1091260-
CMYK0.13010.51
HSL68.1º100%24.71%-
HSV(B)68.1º100%49.41%-
XYZ13.7718.172.78-
YUV106.5567.87129.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 126 (49.61% from 255) = 53.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.38%
G=53.62%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10912600.13010.5168.110024.71
Hex6D7E0D06433446419
Octal15517601501446310414431
Binary1101101111111001101011001001100111000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,126,0); }

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

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

 a { background-color: rgb(109,126,0); }

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

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

 span { border-color: rgb(109,126,0); }

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