Html Css Color HEX #699016 Olive Drab

📋 copy color: '#699016'

red 105 ◦ green 144 ◦ blue 22

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

Shades of Olive Drab #699016

Tints of Olive Drab #699016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 38.75%
G = 53.14%
B = 8.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#699016 (or 0x699016) is known color: Olive Drab. HEX triplet: 69, 90 and 16. RGB value is (105,144,22). Sum of RGB (Red+Green+Blue) = 105+144+22=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #699016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699016 is #966FE9. Grayscale: #767676. Windows color (decimal): -9859050 or 1478761. OLE color: 1478761.

HSL color Cylindrical-coordinate representation of color #699016: hue angle of 79.18º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699016 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 22 -
CMYK 0.27 0 0.85 0.44
HSL 79.18º 0.73% 0.33% -
HSV(B) 79.18º 0.85% 0.56% -
XYZ 15.94 23.01 4.36 -
YUV 118.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 105 144 22 0.27 0 0.85 0.44 79.18 0.73 0.33
Hex 69 90 16 1B 0 55 2C 4F 49 21
Octal 151 220 26 33 0 125 54 117 111 41
Binary 1101001 10010000 10110 11011 0 1010101 101100 1001111 1001001 100001

Color Harmonies of #699016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699016

Black with #699016

Text Example


Text Example

White with #699016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699016; }

 p { color: rgb(105,144,22); }

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

background-color css

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

 a { background-color: rgb(105,144,22); }

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

border-color css

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

 span { border-color: rgb(105,144,22); }

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