Html Css Color HEX #698511 Olive Drab

📋 copy color: '#698511'

red 105 ◦ green 133 ◦ blue 17

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

Shades of Olive Drab #698511

Tints of Olive Drab #698511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 41.18%
G = 52.16%
B = 6.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#698511 (or 0x698511) is known color: Olive Drab. HEX triplet: 69, 85 and 11. RGB value is (105,133,17). Sum of RGB (Red+Green+Blue) = 105+133+17=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #698511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698511 is #967AEE. Grayscale: #6F6F6F. Windows color (decimal): -9861871 or 1148265. OLE color: 1148265.

HSL color Cylindrical-coordinate representation of color #698511: hue angle of 74.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #698511 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 17 -
CMYK 0.21 0 0.87 0.48
HSL 74.48º 0.77% 0.29% -
HSV(B) 74.48º 0.87% 0.52% -
XYZ 14.31 19.82 3.6 -
YUV 111.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 105 133 17 0.21 0 0.87 0.48 74.48 0.77 0.29
Hex 69 85 11 15 0 57 30 4A 4D 1D
Octal 151 205 21 25 0 127 60 112 115 35
Binary 1101001 10000101 10001 10101 0 1010111 110000 1001010 1001101 11101

Color Harmonies of #698511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698511

Black with #698511

Text Example


Text Example

White with #698511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698511; }

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

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

background-color css

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

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

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

border-color css

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

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

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