#6D7B07

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

Shades of Olive #6D7B07

Tints of Olive #6D7B07

Color information

#6D7B07 (or 0x6D7B07) is unknown color: approx Olive. HEX triplet: 6D, 7B and 07. RGB value is (109,123,7). Sum of RGB (Red+Green+Blue) = 109+123+7=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7B07 is #9284F8. Grayscale: #6A6A6A. Windows color (decimal): -9602297 or 490349. OLE color: 490349.

HSL color Cylindrical-coordinate representation of color #6D7B07: hue angle of 67.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D7B07 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB1091237-
CMYK0.1100.940.52
HSL67.24º89.23%25.49%-
HSV(B)67.24º94.31%48.24%-
XYZ13.4317.432.86-
YUV105.5972.36130.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=45.61%
G=51.46%
B=2.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10912370.1100.940.5267.2489.2325.49
Hex6D7B7B05E34435919
Octal15517371301366410313131
Binary110110111110111111011010111101101001000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,7); }

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

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

 a { background-color: rgb(109,123,7); }

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

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

 span { border-color: rgb(109,123,7); }

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