#689413

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

Shades of Olive Drab #689413

Tints of Olive Drab #689413

Color information

#689413 (or 0x689413) is unknown color: approx Olive Drab. HEX triplet: 68, 94 and 13. RGB value is (104,148,19). Sum of RGB (Red+Green+Blue) = 104+148+19=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #689413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689413 is #976BEC. Grayscale: #787878. Windows color (decimal): -9923565 or 1283176. OLE color: 1283176.

HSL color Cylindrical-coordinate representation of color #689413: hue angle of 80.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #689413 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB10414819-
CMYK0.3000.870.42
HSL80.47º77.25%32.75%-
HSV(B)80.47º87.16%58.04%-
XYZ16.4224.174.42-
YUV120.1470.92116.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=38.38%
G=54.61%
B=7.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148190.3000.870.4280.4777.2532.75
Hex6894131E0572A504d21
Octal150224233601275212011541
Binary11010001001010010011111100101011110101010100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689413; }

 p { color: rgb(104,148,19); }

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

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

 a { background-color: rgb(104,148,19); }

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

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

 span { border-color: rgb(104,148,19); }

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