#68872A

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

Shades of Olive Drab #68872A

Tints of Olive Drab #68872A

Color information

#68872A (or 0x68872A) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 2A. RGB value is (104,135,42). Sum of RGB (Red+Green+Blue) = 104+135+42=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #68872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68872A is #9778D5. Grayscale: #737373. Windows color (decimal): -9926870 or 2787176. OLE color: 2787176.

HSL color Cylindrical-coordinate representation of color #68872A: hue angle of 80º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68872A is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB10413542-
CMYK0.2300.690.47
HSL80º52.54%34.71%-
HSV(B)80º68.89%52.94%-
XYZ14.7920.445.36-
YUV115.1386.73120.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=37.01%
G=48.04%
B=14.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135420.2300.690.478052.5434.71
Hex68872A170452F503523
Octal15020752270105571206543
Binary11010001000011110101010111010001011011111010000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68872A; }

 p { color: rgb(104,135,42); }

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

<style>
 a { background-color: #68872A; }

 a { background-color: rgb(104,135,42); }

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

<style>
 span { border-color: #68872A; }

 span { border-color: rgb(104,135,42); }

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