#6B811A

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

Shades of Olive Drab #6B811A

Tints of Olive Drab #6B811A

Color information

#6B811A (or 0x6B811A) is unknown color: approx Olive Drab. HEX triplet: 6B, 81 and 1A. RGB value is (107,129,26). Sum of RGB (Red+Green+Blue) = 107+129+26=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #6B811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B811A is #947EE5. Grayscale: #6F6F6F. Windows color (decimal): -9731814 or 1737067. OLE color: 1737067.

HSL color Cylindrical-coordinate representation of color #6B811A: hue angle of 72.82º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B811A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB10712926-
CMYK0.1700.800.49
HSL72.82º66.45%30.39%-
HSV(B)72.82º79.84%50.59%-
XYZ14.118.93.88-
YUV110.6880.21125.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=40.84%
G=49.24%
B=9.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129260.1700.800.4972.8266.4530.39
Hex6B811A110503149421e
Octal153201322101206111110236
Binary1101011100000011101010001010100001100011001001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,129,26); }

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

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

 a { background-color: rgb(107,129,26); }

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

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

 span { border-color: rgb(107,129,26); }

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