Html Css Color HEX #699411 Olive Drab

📋 copy color: '#699411'

red 105 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #699411

Tints of Olive Drab #699411

RGB

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

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

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

R = 38.89%
G = 54.81%
B = 6.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#699411 (or 0x699411) is known color: Olive Drab. HEX triplet: 69, 94 and 11. RGB value is (105,148,17). Sum of RGB (Red+Green+Blue) = 105+148+17=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #699411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699411 is #966BEE. Grayscale: #787878. Windows color (decimal): -9858031 or 1152105. OLE color: 1152105.

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

Color convert

RGB 105 148 17 -
CMYK 0.29 0 0.89 0.42
HSL 79.69º 0.79% 0.32% -
HSV(B) 79.69º 0.89% 0.58% -
XYZ 16.52 24.22 4.34 -
YUV 120.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 105 148 17 0.29 0 0.89 0.42 79.69 0.79 0.32
Hex 69 94 11 1D 0 59 2A 50 4F 20
Octal 151 224 21 35 0 131 52 120 117 40
Binary 1101001 10010100 10001 11101 0 1011001 101010 1010000 1001111 100000

Color Harmonies of #699411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699411

Black with #699411

Text Example


Text Example

White with #699411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699411; }

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

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

background-color css

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

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

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

border-color css

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

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

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