Html Css Color HEX #699111 Olive Drab

📋 copy color: '#699111'

red 105 ◦ green 145 ◦ blue 17

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

Shades of Olive Drab #699111

Tints of Olive Drab #699111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

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

R = 39.33%
G = 54.31%
B = 6.37%

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

#699111 (or 0x699111) is known color: Olive Drab. HEX triplet: 69, 91 and 11. RGB value is (105,145,17). Sum of RGB (Red+Green+Blue) = 105+145+17=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #699111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699111 is #966EEE. Grayscale: #767676. Windows color (decimal): -9858799 or 1151337. OLE color: 1151337.

HSL color Cylindrical-coordinate representation of color #699111: hue angle of 78.75º 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 #699111 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 17 -
CMYK 0.28 0 0.88 0.43
HSL 78.75º 0.79% 0.32% -
HSV(B) 78.75º 0.88% 0.57% -
XYZ 16.05 23.29 4.18 -
YUV 118.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 105 145 17 0.28 0 0.88 0.43 78.75 0.79 0.32
Hex 69 91 11 1C 0 58 2B 4F 4F 20
Octal 151 221 21 34 0 130 53 117 117 40
Binary 1101001 10010001 10001 11100 0 1011000 101011 1001111 1001111 100000

Color Harmonies of #699111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699111

Black with #699111

Text Example


Text Example

White with #699111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699111; }

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

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

background-color css

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

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

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

border-color css

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

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

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