#6B8A2E

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

Shades of Olive Drab #6B8A2E

Tints of Olive Drab #6B8A2E

Color information

#6B8A2E (or 0x6B8A2E) is unknown color: approx Olive Drab. HEX triplet: 6B, 8A and 2E. RGB value is (107,138,46). Sum of RGB (Red+Green+Blue) = 107+138+46=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8A2E is #9475D1. Grayscale: #767676. Windows color (decimal): -9729490 or 3050091. OLE color: 3050091.

HSL color Cylindrical-coordinate representation of color #6B8A2E: hue angle of 80.22º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B8A2E is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB10713846-
CMYK0.2200.670.46
HSL80.22º50%36.08%-
HSV(B)80.22º66.67%54.12%-
XYZ15.6521.55.91-
YUV118.2487.23119.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=36.77%
G=47.42%
B=15.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107138460.2200.670.4680.225036.08
Hex6B8A2E160432E503224
Octal15321256260103561206244
Binary11010111000101010111010110010000111011101010000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,138,46); }

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

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

 a { background-color: rgb(107,138,46); }

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

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

 span { border-color: rgb(107,138,46); }

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