Html Css Color HEX #698011 Olive Drab

📋 copy color: '#698011'

red 105 ◦ green 128 ◦ blue 17

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

Shades of Olive Drab #698011

Tints of Olive Drab #698011

RGB

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

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

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

R = 42%
G = 51.2%
B = 6.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#698011 (or 0x698011) is known color: Olive Drab. HEX triplet: 69, 80 and 11. RGB value is (105,128,17). Sum of RGB (Red+Green+Blue) = 105+128+17=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #698011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698011 is #967FEE. Grayscale: #6C6C6C. Windows color (decimal): -9863151 or 1146985. OLE color: 1146985.

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

Color convert

RGB 105 128 17 -
CMYK 0.18 0 0.87 0.50
HSL 72.43º 0.77% 0.28% -
HSV(B) 72.43º 0.87% 0.5% -
XYZ 13.65 18.48 3.38 -
YUV 108.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 105 128 17 0.18 0 0.87 0.50 72.43 0.77 0.28
Hex 69 80 11 12 0 57 32 48 4D 1C
Octal 151 200 21 22 0 127 62 110 115 34
Binary 1101001 10000000 10001 10010 0 1010111 110010 1001000 1001101 11100

Color Harmonies of #698011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698011

Black with #698011

Text Example


Text Example

White with #698011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698011; }

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

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

background-color css

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

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

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

border-color css

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

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

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