#6B8735

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

Shades of Olive Drab #6B8735

Tints of Olive Drab #6B8735

Color information

#6B8735 (or 0x6B8735) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 35. RGB value is (107,135,53). Sum of RGB (Red+Green+Blue) = 107+135+53=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8735 is #9478CA. Grayscale: #757575. Windows color (decimal): -9730251 or 3508075. OLE color: 3508075.

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

Color convert

RGB10713553-
CMYK0.2100.610.47
HSL80.49º43.62%36.86%-
HSV(B)80.49º60.74%52.94%-
XYZ15.3720.716.56-
YUV117.2891.72120.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=36.27%
G=45.76%
B=17.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135530.2100.610.4780.4943.6236.86
Hex6B87351503D2F502c25
Octal1532076525075571205445
Binary1101011100001111101011010101111011011111010000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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