Html Css Color HEX #689128 Olive Drab

📋 copy color: '#689128'

red 104 ◦ green 145 ◦ blue 40

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

Shades of Olive Drab #689128

Tints of Olive Drab #689128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 35.99%
G = 50.17%
B = 13.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#689128 (or 0x689128) is known color: Olive Drab. HEX triplet: 68, 91 and 28. RGB value is (104,145,40). Sum of RGB (Red+Green+Blue) = 104+145+40=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #689128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689128 is #976ED7. Grayscale: #797979. Windows color (decimal): -9924312 or 2658664. OLE color: 2658664.

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

Color convert

RGB 104 145 40 -
CMYK 0.28 0 0.72 0.43
HSL 83.43º 0.57% 0.36% -
HSV(B) 83.43º 0.72% 0.57% -
XYZ 16.22 23.35 5.66 -
YUV 120.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 104 145 40 0.28 0 0.72 0.43 83.43 0.57 0.36
Hex 68 91 28 1C 0 48 2B 53 39 24
Octal 150 221 50 34 0 110 53 123 71 44
Binary 1101000 10010001 101000 11100 0 1001000 101011 1010011 111001 100100

Color Harmonies of #689128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689128

Black with #689128

Text Example


Text Example

White with #689128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689128; }

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

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

background-color css

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

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

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

border-color css

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

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

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