Html Css Color HEX #699413 Olive Drab

📋 copy color: '#699413'

red 105 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #699413

Tints of Olive Drab #699413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 38.6%
G = 54.41%
B = 6.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#699413 (or 0x699413) is known color: Olive Drab. HEX triplet: 69, 94 and 13. RGB value is (105,148,19). Sum of RGB (Red+Green+Blue) = 105+148+19=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #699413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699413 is #966BEC. Grayscale: #787878. Windows color (decimal): -9858029 or 1283177. OLE color: 1283177.

HSL color Cylindrical-coordinate representation of color #699413: hue angle of 80º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #699413 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 19 -
CMYK 0.29 0 0.87 0.42
HSL 80º 0.77% 0.33% -
HSV(B) 80º 0.87% 0.58% -
XYZ 16.53 24.23 4.42 -
YUV 120.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 105 148 19 0.29 0 0.87 0.42 80 0.77 0.33
Hex 69 94 13 1D 0 57 2A 50 4D 21
Octal 151 224 23 35 0 127 52 120 115 41
Binary 1101001 10010100 10011 11101 0 1010111 101010 1010000 1001101 100001

Color Harmonies of #699413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699413

Black with #699413

Text Example


Text Example

White with #699413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699413; }

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

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

background-color css

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

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

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

border-color css

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

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

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