#68852C

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

Shades of Olive Drab #68852C

Tints of Olive Drab #68852C

Color information

#68852C (or 0x68852C) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 2C. RGB value is (104,133,44). Sum of RGB (Red+Green+Blue) = 104+133+44=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #68852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68852C is #977AD3. Grayscale: #727272. Windows color (decimal): -9927380 or 2917736. OLE color: 2917736.

HSL color Cylindrical-coordinate representation of color #68852C: hue angle of 79.55º 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 #68852C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB10413344-
CMYK0.2200.670.48
HSL79.55º50.28%34.71%-
HSV(B)79.55º66.92%52.16%-
XYZ14.5519.95.46-
YUV114.1888.39120.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=37.01%
G=47.33%
B=15.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133440.2200.670.4879.5550.2834.71
Hex68852C1604330503223
Octal15020554260103601206243
Binary11010001000010110110010110010000111100001010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68852C; }

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

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

<style>
 a { background-color: #68852C; }

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

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

<style>
 span { border-color: #68852C; }

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

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