#6b8732

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

Shades of Olive Drab #6B8732

Tints of Olive Drab #6B8732

Color information

#6B8732 (or 0x6B8732) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 32. RGB value is (107,135,50). Sum of RGB (Red+Green+Blue) = 107+135+50=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8732 is #9478CD. Grayscale: #757575. Windows color (decimal): -9730254 or 3311467. OLE color: 3311467.

HSL color Cylindrical-coordinate representation of color #6B8732: hue angle of 79.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B8732 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB10713550-
CMYK0.2100.630.47
HSL79.76º45.95%36.27%-
HSV(B)79.76º62.96%52.94%-
XYZ15.320.686.2-
YUV116.9490.22120.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 50 (19.92% from 255) = 17.12%
R=36.64%
G=46.23%
B=17.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135500.2100.630.4779.7645.9536.27
Hex6B87321503F2F502e24
Octal1532076225077571205644
Binary1101011100001111100101010101111111011111010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,50); }

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

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

 a { background-color: rgb(107,135,50); }

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

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

 span { border-color: rgb(107,135,50); }

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