#6B852C

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

Shades of Olive Drab #6B852C

Tints of Olive Drab #6B852C

Color information

#6B852C (or 0x6B852C) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 2C. RGB value is (107,133,44). Sum of RGB (Red+Green+Blue) = 107+133+44=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #6B852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B852C is #947AD3. Grayscale: #737373. Windows color (decimal): -9730772 or 2917739. OLE color: 2917739.

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

Color convert

RGB10713344-
CMYK0.2000.670.48
HSL77.53º50.28%34.71%-
HSV(B)77.53º66.92%52.16%-
XYZ14.9120.085.47-
YUV115.0887.89122.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=37.68%
G=46.83%
B=15.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133440.2000.670.4877.5350.2834.71
Hex6B852C14043304e3223
Octal15320554240103601166243
Binary11010111000010110110010100010000111100001001110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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