#68981A

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

Shades of Olive Drab #68981A

Tints of Olive Drab #68981A

Color information

#68981A (or 0x68981A) is unknown color: approx Olive Drab. HEX triplet: 68, 98 and 1A. RGB value is (104,152,26). Sum of RGB (Red+Green+Blue) = 104+152+26=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #68981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68981A is #9767E5. Grayscale: #7B7B7B. Windows color (decimal): -9922534 or 1742952. OLE color: 1742952.

HSL color Cylindrical-coordinate representation of color #68981A: hue angle of 82.86º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68981A is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB10415226-
CMYK0.3200.830.40
HSL82.86º70.79%34.9%-
HSV(B)82.86º82.89%59.61%-
XYZ17.1225.474.99-
YUV123.2873.1114.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=36.88%
G=53.90%
B=9.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104152260.3200.830.4082.8670.7934.9
Hex68981A2005328534723
Octal150230324001235012310743
Binary110100010011000110101000000101001110100010100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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