Html Css Color HEX #699313 Olive Drab

📋 copy color: '#699313'

red 105 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #699313

Tints of Olive Drab #699313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.24%

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

R = 38.75%
G = 54.24%
B = 7.01%

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

#699313 (or 0x699313) is known color: Olive Drab. HEX triplet: 69, 93 and 13. RGB value is (105,147,19). Sum of RGB (Red+Green+Blue) = 105+147+19=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #699313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699313 is #966CEC. Grayscale: #787878. Windows color (decimal): -9858285 or 1282921. OLE color: 1282921.

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

Color convert

RGB 105 147 19 -
CMYK 0.29 0 0.87 0.42
HSL 79.69º 0.77% 0.33% -
HSV(B) 79.69º 0.87% 0.58% -
XYZ 16.38 23.92 4.37 -
YUV 119.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 105 147 19 0.29 0 0.87 0.42 79.69 0.77 0.33
Hex 69 93 13 1D 0 57 2A 50 4D 21
Octal 151 223 23 35 0 127 52 120 115 41
Binary 1101001 10010011 10011 11101 0 1010111 101010 1010000 1001101 100001

Color Harmonies of #699313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699313

Black with #699313

Text Example


Text Example

White with #699313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699313; }

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

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

background-color css

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

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

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

border-color css

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

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

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