#6B8229

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

Shades of Olive Drab #6B8229

Tints of Olive Drab #6B8229

Color information

#6B8229 (or 0x6B8229) is unknown color: approx Olive Drab. HEX triplet: 6B, 82 and 29. RGB value is (107,130,41). Sum of RGB (Red+Green+Blue) = 107+130+41=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8229 is #947DD6. Grayscale: #717171. Windows color (decimal): -9731543 or 2720363. OLE color: 2720363.

HSL color Cylindrical-coordinate representation of color #6B8229: hue angle of 75.51º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B8229 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB10713041-
CMYK0.1800.680.49
HSL75.51º52.05%33.53%-
HSV(B)75.51º68.46%50.98%-
XYZ14.4519.255.05-
YUV112.9887.38123.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=38.49%
G=46.76%
B=14.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130410.1800.680.4975.5152.0533.53
Hex6B822912044314c3422
Octal15320251220104611146442
Binary11010111000001010100110010010001001100011001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,41); }

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

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

 a { background-color: rgb(107,130,41); }

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

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

 span { border-color: rgb(107,130,41); }

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