Html Css Color HEX #699211 Olive Drab

📋 copy color: '#699211'

red 105 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #699211

Tints of Olive Drab #699211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

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

R = 39.18%
G = 54.48%
B = 6.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#699211 (or 0x699211) is known color: Olive Drab. HEX triplet: 69, 92 and 11. RGB value is (105,146,17). Sum of RGB (Red+Green+Blue) = 105+146+17=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #699211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699211 is #966DEE. Grayscale: #777777. Windows color (decimal): -9858543 or 1151593. OLE color: 1151593.

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

Color convert

RGB 105 146 17 -
CMYK 0.28 0 0.88 0.43
HSL 79.07º 0.79% 0.32% -
HSV(B) 79.07º 0.88% 0.57% -
XYZ 16.21 23.6 4.23 -
YUV 119.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 105 146 17 0.28 0 0.88 0.43 79.07 0.79 0.32
Hex 69 92 11 1C 0 58 2B 4F 4F 20
Octal 151 222 21 34 0 130 53 117 117 40
Binary 1101001 10010010 10001 11100 0 1011000 101011 1001111 1001111 100000

Color Harmonies of #699211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699211

Black with #699211

Text Example


Text Example

White with #699211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699211; }

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

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

background-color css

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

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

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

border-color css

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

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

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