Html Css Color HEX #689424 Olive Drab

📋 copy color: '#689424'

red 104 ◦ green 148 ◦ blue 36

#689424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #689424

Tints of Olive Drab #689424

RGB

 RED value IS 104 (41.02% from 255) = 36.11%

 GREEN value IS 148 (58.2% from 255) = 51.39%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 36.11%
G = 51.39%
B = 12.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#689424 (or 0x689424) is known color: Olive Drab. HEX triplet: 68, 94 and 24. RGB value is (104,148,36). Sum of RGB (Red+Green+Blue) = 104+148+36=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #689424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689424 is #976BDB. Grayscale: #7A7A7A. Windows color (decimal): -9923548 or 2397288. OLE color: 2397288.

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

Color convert

RGB 104 148 36 -
CMYK 0.30 0 0.76 0.42
HSL 83.57º 0.61% 0.36% -
HSV(B) 83.57º 0.76% 0.58% -
XYZ 16.62 24.25 5.47 -
YUV 122.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 104 148 36 0.30 0 0.76 0.42 83.57 0.61 0.36
Hex 68 94 24 1E 0 4C 2A 54 3D 24
Octal 150 224 44 36 0 114 52 124 75 44
Binary 1101000 10010100 100100 11110 0 1001100 101010 1010100 111101 100100

Color Harmonies of #689424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689424

Black with #689424

Text Example


Text Example

White with #689424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689424; }

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

 H1.HeaderClassName
 {
   color: #689424;
 }
 .AnyTagClassName
 {
   color: #689424;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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