#6B8236

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

Shades of Olive Drab #6B8236

Tints of Olive Drab #6B8236

Color information

#6B8236 (or 0x6B8236) is unknown color: approx Olive Drab. HEX triplet: 6B, 82 and 36. RGB value is (107,130,54). Sum of RGB (Red+Green+Blue) = 107+130+54=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8236 is #947DC9. Grayscale: #727272. Windows color (decimal): -9731530 or 3572331. OLE color: 3572331.

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

Color convert

RGB10713054-
CMYK0.1800.580.49
HSL78.16º41.3%36.08%-
HSV(B)78.16º58.46%50.98%-
XYZ14.7119.366.45-
YUV114.4693.88122.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=36.77%
G=44.67%
B=18.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130540.1800.580.4978.1641.336.08
Hex6B82361203A314e2924
Octal1532026622072611165144
Binary1101011100000101101101001001110101100011001110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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