#689910

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

Shades of Olive Drab #689910

Tints of Olive Drab #689910

Color information

#689910 (or 0x689910) is unknown color: approx Olive Drab. HEX triplet: 68, 99 and 10. RGB value is (104,153,16). Sum of RGB (Red+Green+Blue) = 104+153+16=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #689910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689910 is #9766EF. Grayscale: #7B7B7B. Windows color (decimal): -9922288 or 1087848. OLE color: 1087848.

HSL color Cylindrical-coordinate representation of color #689910: hue angle of 81.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #689910 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB10415316-
CMYK0.3200.900.4
HSL81.46º81.07%33.14%-
HSV(B)81.46º89.54%60%-
XYZ17.1925.764.56-
YUV122.7367.77114.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=38.10%
G=56.04%
B=5.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153160.3200.900.481.4681.0733.14
Hex6899102005A28515121
Octal150231204001325012112141
Binary110100010011001100001000000101101010100010100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689910; }

 p { color: rgb(104,153,16); }

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

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

 a { background-color: rgb(104,153,16); }

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

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

 span { border-color: rgb(104,153,16); }

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