Html Css Color HEX #699419 Olive Drab

📋 copy color: '#699419'

red 105 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #699419

Tints of Olive Drab #699419

RGB

 RED value IS 105 (41.41% from 255) = 37.77%

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

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

R = 37.77%
G = 53.24%
B = 8.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#699419 (or 0x699419) is known color: Olive Drab. HEX triplet: 69, 94 and 19. RGB value is (105,148,25). Sum of RGB (Red+Green+Blue) = 105+148+25=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #699419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699419 is #966BE6. Grayscale: #797979. Windows color (decimal): -9858023 or 1676393. OLE color: 1676393.

HSL color Cylindrical-coordinate representation of color #699419: hue angle of 80.98º 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 #699419 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 25 -
CMYK 0.29 0 0.83 0.42
HSL 80.98º 0.71% 0.34% -
HSV(B) 80.98º 0.83% 0.58% -
XYZ 16.59 24.25 4.73 -
YUV 121.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 105 148 25 0.29 0 0.83 0.42 80.98 0.71 0.34
Hex 69 94 19 1D 0 53 2A 51 47 22
Octal 151 224 31 35 0 123 52 121 107 42
Binary 1101001 10010100 11001 11101 0 1010011 101010 1010001 1000111 100010

Color Harmonies of #699419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699419

Black with #699419

Text Example


Text Example

White with #699419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699419; }

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

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

background-color css

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

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

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

border-color css

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

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

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