#68842A

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

Shades of Olive Drab #68842A

Tints of Olive Drab #68842A

Color information

#68842A (or 0x68842A) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 2A. RGB value is (104,132,42). Sum of RGB (Red+Green+Blue) = 104+132+42=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #68842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68842A is #977BD5. Grayscale: #717171. Windows color (decimal): -9927638 or 2786408. OLE color: 2786408.

HSL color Cylindrical-coordinate representation of color #68842A: hue angle of 78.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68842A is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB10413242-
CMYK0.2100.680.48
HSL78.67º51.72%34.12%-
HSV(B)78.67º68.18%51.76%-
XYZ14.3819.615.22-
YUV113.3787.72121.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=37.41%
G=47.48%
B=15.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132420.2100.680.4878.6751.7234.12
Hex68842A15044304f3422
Octal15020452250104601176442
Binary11010001000010010101010101010001001100001001111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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