Html Css Color HEX #699311 Olive Drab

📋 copy color: '#699311'

red 105 ◦ green 147 ◦ blue 17

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

Shades of Olive Drab #699311

Tints of Olive Drab #699311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 39.03%
G = 54.65%
B = 6.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#699311 (or 0x699311) is known color: Olive Drab. HEX triplet: 69, 93 and 11. RGB value is (105,147,17). Sum of RGB (Red+Green+Blue) = 105+147+17=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #699311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699311 is #966CEE. Grayscale: #787878. Windows color (decimal): -9858287 or 1151849. OLE color: 1151849.

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

Color convert

RGB 105 147 17 -
CMYK 0.29 0 0.88 0.42
HSL 79.38º 0.79% 0.32% -
HSV(B) 79.38º 0.88% 0.58% -
XYZ 16.36 23.91 4.28 -
YUV 119.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 105 147 17 0.29 0 0.88 0.42 79.38 0.79 0.32
Hex 69 93 11 1D 0 58 2A 4F 4F 20
Octal 151 223 21 35 0 130 52 117 117 40
Binary 1101001 10010011 10001 11101 0 1011000 101010 1001111 1001111 100000

Color Harmonies of #699311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699311

Black with #699311

Text Example


Text Example

White with #699311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699311; }

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

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

background-color css

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

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

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

border-color css

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

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

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