Html Css Color HEX #698016 Olive Drab

📋 copy color: '#698016'

red 105 ◦ green 128 ◦ blue 22

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

Shades of Olive Drab #698016

Tints of Olive Drab #698016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.2%

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

R = 41.18%
G = 50.2%
B = 8.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#698016 (or 0x698016) is known color: Olive Drab. HEX triplet: 69, 80 and 16. RGB value is (105,128,22). Sum of RGB (Red+Green+Blue) = 105+128+22=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #698016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698016 is #967FE9. Grayscale: #6D6D6D. Windows color (decimal): -9863146 or 1474665. OLE color: 1474665.

HSL color Cylindrical-coordinate representation of color #698016: hue angle of 73.02º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698016 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 22 -
CMYK 0.18 0 0.83 0.50
HSL 73.02º 0.71% 0.29% -
HSV(B) 73.02º 0.83% 0.5% -
XYZ 13.69 18.5 3.61 -
YUV 109.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 105 128 22 0.18 0 0.83 0.50 73.02 0.71 0.29
Hex 69 80 16 12 0 53 32 49 47 1D
Octal 151 200 26 22 0 123 62 111 107 35
Binary 1101001 10000000 10110 10010 0 1010011 110010 1001001 1000111 11101

Color Harmonies of #698016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698016

Black with #698016

Text Example


Text Example

White with #698016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698016; }

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

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

background-color css

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

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

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

border-color css

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

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

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