#6B852D

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

Shades of Olive Drab #6B852D

Tints of Olive Drab #6B852D

Color information

#6B852D (or 0x6B852D) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 2D. RGB value is (107,133,45). Sum of RGB (Red+Green+Blue) = 107+133+45=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #6B852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B852D is #947AD2. Grayscale: #737373. Windows color (decimal): -9730771 or 2983275. OLE color: 2983275.

HSL color Cylindrical-coordinate representation of color #6B852D: hue angle of 77.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B852D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB10713345-
CMYK0.2000.660.48
HSL77.73º49.44%34.9%-
HSV(B)77.73º66.17%52.16%-
XYZ14.9220.095.57-
YUV115.1988.39122.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=37.54%
G=46.67%
B=15.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133450.2000.660.4877.7349.4434.9
Hex6B852D14042304e3123
Octal15320555240102601166143
Binary11010111000010110110110100010000101100001001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,45); }

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

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

 a { background-color: rgb(107,133,45); }

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

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

 span { border-color: rgb(107,133,45); }

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