#6B822B

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

Shades of Olive Drab #6B822B

Tints of Olive Drab #6B822B

Color information

#6B822B (or 0x6B822B) is unknown color: approx Olive Drab. HEX triplet: 6B, 82 and 2B. RGB value is (107,130,43). Sum of RGB (Red+Green+Blue) = 107+130+43=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #6B822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B822B is #947DD4. Grayscale: #717171. Windows color (decimal): -9731541 or 2851435. OLE color: 2851435.

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

Color convert

RGB10713043-
CMYK0.1800.670.49
HSL75.86º50.29%33.92%-
HSV(B)75.86º66.92%50.98%-
XYZ14.4819.275.24-
YUV113.288.38123.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=38.21%
G=46.43%
B=15.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130430.1800.670.4975.8650.2933.92
Hex6B822B12043314c3222
Octal15320253220103611146242
Binary11010111000001010101110010010000111100011001100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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