#6C852D

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

Shades of Olive Drab #6C852D

Tints of Olive Drab #6C852D

Color information

#6C852D (or 0x6C852D) is unknown color: approx Olive Drab. HEX triplet: 6C, 85 and 2D. RGB value is (108,133,45). Sum of RGB (Red+Green+Blue) = 108+133+45=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #6C852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C852D is #937AD2. Grayscale: #737373. Windows color (decimal): -9665235 or 2983276. OLE color: 2983276.

HSL color Cylindrical-coordinate representation of color #6C852D: hue angle of 77.05º 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 #6C852D is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB10813345-
CMYK0.1900.660.48
HSL77.05º49.44%34.9%-
HSV(B)77.05º66.17%52.16%-
XYZ15.0520.155.58-
YUV115.4988.22122.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=37.76%
G=46.50%
B=15.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133450.1900.660.4877.0549.4434.9
Hex6C852D13042304d3123
Octal15420555230102601156143
Binary11011001000010110110110011010000101100001001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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