Html Css Color HEX #698B11 Olive Drab

📋 copy color: '#698B11'

red 105 ◦ green 139 ◦ blue 17

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

Shades of Olive Drab #698B11

Tints of Olive Drab #698B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

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

R = 40.23%
G = 53.26%
B = 6.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#698B11 (or 0x698B11) is known color: Olive Drab. HEX triplet: 69, 8B and 11. RGB value is (105,139,17). Sum of RGB (Red+Green+Blue) = 105+139+17=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #698B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B11 is #9674EE. Grayscale: #737373. Windows color (decimal): -9860335 or 1149801. OLE color: 1149801.

HSL color Cylindrical-coordinate representation of color #698B11: hue angle of 76.72º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698B11 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 17 -
CMYK 0.24 0 0.88 0.45
HSL 76.72º 0.78% 0.31% -
HSV(B) 76.72º 0.88% 0.55% -
XYZ 15.16 21.51 3.88 -
YUV 114.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 105 139 17 0.24 0 0.88 0.45 76.72 0.78 0.31
Hex 69 8B 11 18 0 58 2D 4D 4E 1F
Octal 151 213 21 30 0 130 55 115 116 37
Binary 1101001 10001011 10001 11000 0 1011000 101101 1001101 1001110 11111

Color Harmonies of #698B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B11

Black with #698B11

Text Example


Text Example

White with #698B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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