Html Css Color HEX #689419 Olive Drab

📋 copy color: '#689419'

red 104 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #689419

Tints of Olive Drab #689419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 37.55%
G = 53.43%
B = 9.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#689419 (or 0x689419) is known color: Olive Drab. HEX triplet: 68, 94 and 19. RGB value is (104,148,25). Sum of RGB (Red+Green+Blue) = 104+148+25=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #689419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689419 is #976BE6. Grayscale: #797979. Windows color (decimal): -9923559 or 1676392. OLE color: 1676392.

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

Color convert

RGB 104 148 25 -
CMYK 0.30 0 0.83 0.42
HSL 81.46º 0.71% 0.34% -
HSV(B) 81.46º 0.83% 0.58% -
XYZ 16.47 24.19 4.72 -
YUV 120.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 104 148 25 0.30 0 0.83 0.42 81.46 0.71 0.34
Hex 68 94 19 1E 0 53 2A 51 47 22
Octal 150 224 31 36 0 123 52 121 107 42
Binary 1101000 10010100 11001 11110 0 1010011 101010 1010001 1000111 100010

Color Harmonies of #689419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689419

Black with #689419

Text Example


Text Example

White with #689419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689419; }

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

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

background-color css

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

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

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

border-color css

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

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

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