Html Css Color HEX #698012 Olive Drab

📋 copy color: '#698012'

red 105 ◦ green 128 ◦ blue 18

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

Shades of Olive Drab #698012

Tints of Olive Drab #698012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 41.83%
G = 51%
B = 7.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#698012 (or 0x698012) is known color: Olive Drab. HEX triplet: 69, 80 and 12. RGB value is (105,128,18). Sum of RGB (Red+Green+Blue) = 105+128+18=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #698012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698012 is #967FED. Grayscale: #6D6D6D. Windows color (decimal): -9863150 or 1212521. OLE color: 1212521.

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

Color convert

RGB 105 128 18 -
CMYK 0.18 0 0.86 0.50
HSL 72.55º 0.75% 0.29% -
HSV(B) 72.55º 0.86% 0.5% -
XYZ 13.65 18.49 3.42 -
YUV 108.58 76.88 125.44 -
System Red Green Blue C M Y K H S L
Decimal 105 128 18 0.18 0 0.86 0.50 72.55 0.75 0.29
Hex 69 80 12 12 0 56 32 49 4B 1D
Octal 151 200 22 22 0 126 62 111 113 35
Binary 1101001 10000000 10010 10010 0 1010110 110010 1001001 1001011 11101

Color Harmonies of #698012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698012

Black with #698012

Text Example


Text Example

White with #698012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698012; }

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

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

background-color css

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

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

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

border-color css

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

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

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