#68841C

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

Shades of Olive Drab #68841C

Tints of Olive Drab #68841C

Color information

#68841C (or 0x68841C) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 1C. RGB value is (104,132,28). Sum of RGB (Red+Green+Blue) = 104+132+28=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #68841C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68841C is #977BE3. Grayscale: #707070. Windows color (decimal): -9927652 or 1868904. OLE color: 1868904.

HSL color Cylindrical-coordinate representation of color #68841C: hue angle of 76.15º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68841C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB10413228-
CMYK0.2100.790.48
HSL76.15º65%31.37%-
HSV(B)76.15º78.79%51.76%-
XYZ14.1719.534.12-
YUV111.7780.72122.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=39.39%
G=50%
B=10.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132280.2100.790.4876.156531.37
Hex68841C1504F304c411f
Octal150204342501176011410137
Binary1101000100001001110010101010011111100001001100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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