#689026

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

Shades of Olive Drab #689026

Tints of Olive Drab #689026

Color information

#689026 (or 0x689026) is unknown color: approx Olive Drab. HEX triplet: 68, 90 and 26. RGB value is (104,144,38). Sum of RGB (Red+Green+Blue) = 104+144+38=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #689026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689026 is #976FD9. Grayscale: #787878. Windows color (decimal): -9924570 or 2527336. OLE color: 2527336.

HSL color Cylindrical-coordinate representation of color #689026: hue angle of 82.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #689026 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB10414438-
CMYK0.2800.740.44
HSL82.64º58.24%35.69%-
HSV(B)82.64º73.61%56.47%-
XYZ16.0323.035.43-
YUV119.9681.75116.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 144 (56.64% from 255) = 50.35%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=36.36%
G=50.35%
B=13.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144380.2800.740.4482.6458.2435.69
Hex6890261C04A2C533a24
Octal15022046340112541237244
Binary11010001001000010011011100010010101011001010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689026; }

 p { color: rgb(104,144,38); }

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

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

 a { background-color: rgb(104,144,38); }

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

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

 span { border-color: rgb(104,144,38); }

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