#68881A

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

Shades of Olive Drab #68881A

Tints of Olive Drab #68881A

Color information

#68881A (or 0x68881A) is unknown color: approx Olive Drab. HEX triplet: 68, 88 and 1A. RGB value is (104,136,26). Sum of RGB (Red+Green+Blue) = 104+136+26=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #68881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68881A is #9777E5. Grayscale: #727272. Windows color (decimal): -9926630 or 1738856. OLE color: 1738856.

HSL color Cylindrical-coordinate representation of color #68881A: hue angle of 77.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68881A is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB10413626-
CMYK0.2400.810.47
HSL77.45º67.9%31.76%-
HSV(B)77.45º80.88%53.33%-
XYZ14.720.634.18-
YUV113.8978.4120.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=39.10%
G=51.13%
B=9.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136260.2400.810.4777.4567.931.76
Hex68881A180512F4d4420
Octal150210323001215711510440
Binary11010001000100011010110000101000110111110011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,136,26); }

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

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

 a { background-color: rgb(104,136,26); }

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

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

 span { border-color: rgb(104,136,26); }

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