Html Css Color HEX #689124 Olive Drab

📋 copy color: '#689124'

red 104 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #689124

Tints of Olive Drab #689124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

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

R = 36.49%
G = 50.88%
B = 12.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#689124 (or 0x689124) is known color: Olive Drab. HEX triplet: 68, 91 and 24. RGB value is (104,145,36). Sum of RGB (Red+Green+Blue) = 104+145+36=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #689124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689124 is #976EDB. Grayscale: #787878. Windows color (decimal): -9924316 or 2396520. OLE color: 2396520.

HSL color Cylindrical-coordinate representation of color #689124: hue angle of 82.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #689124 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 36 -
CMYK 0.28 0 0.75 0.43
HSL 82.57º 0.6% 0.35% -
HSV(B) 82.57º 0.75% 0.57% -
XYZ 16.15 23.32 5.32 -
YUV 120.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 104 145 36 0.28 0 0.75 0.43 82.57 0.6 0.35
Hex 68 91 24 1C 0 4B 2B 53 3C 23
Octal 150 221 44 34 0 113 53 123 74 43
Binary 1101000 10010001 100100 11100 0 1001011 101011 1010011 111100 100011

Color Harmonies of #689124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689124

Black with #689124

Text Example


Text Example

White with #689124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689124; }

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

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

background-color css

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

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

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

border-color css

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

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

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