#6B8E35

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

Shades of Olive Drab #6B8E35

Tints of Olive Drab #6B8E35

Color information

#6B8E35 (or 0x6B8E35) is unknown color: approx Olive Drab. HEX triplet: 6B, 8E and 35. RGB value is (107,142,53). Sum of RGB (Red+Green+Blue) = 107+142+53=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8E35 is #9471CA. Grayscale: #797979. Windows color (decimal): -9728459 or 3509867. OLE color: 3509867.

HSL color Cylindrical-coordinate representation of color #6B8E35: hue angle of 83.6º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B8E35 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB10714253-
CMYK0.2500.630.44
HSL83.6º45.64%38.24%-
HSV(B)83.6º62.68%55.69%-
XYZ16.3822.736.89-
YUV121.3989.4117.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=35.43%
G=47.02%
B=17.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107142530.2500.630.4483.645.6438.24
Hex6B8E351903F2C542e26
Octal1532166531077541245646
Binary1101011100011101101011100101111111011001010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,142,53); }

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

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

 a { background-color: rgb(107,142,53); }

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

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

 span { border-color: rgb(107,142,53); }

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