#689523

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

Shades of Olive Drab #689523

Tints of Olive Drab #689523

Color information

#689523 (or 0x689523) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 23. RGB value is (104,149,35). Sum of RGB (Red+Green+Blue) = 104+149+35=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #689523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689523 is #976ADC. Grayscale: #7A7A7A. Windows color (decimal): -9923293 or 2332008. OLE color: 2332008.

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

Color convert

RGB10414935-
CMYK0.3000.770.42
HSL83.68º61.96%36.08%-
HSV(B)83.68º76.51%58.43%-
XYZ16.7624.565.45-
YUV122.5578.59114.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 35 (14.06% from 255) = 12.15%
R=36.11%
G=51.74%
B=12.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149350.3000.770.4283.6861.9636.08
Hex6895231E04D2A543e24
Octal15022543360115521247644
Binary11010001001010110001111110010011011010101010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689523; }

 p { color: rgb(104,149,35); }

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

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

 a { background-color: rgb(104,149,35); }

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

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

 span { border-color: rgb(104,149,35); }

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