Html Css Color HEX #698013 Olive Drab

📋 copy color: '#698013'

red 105 ◦ green 128 ◦ blue 19

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

Shades of Olive Drab #698013

Tints of Olive Drab #698013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 41.67%
G = 50.79%
B = 7.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#698013 (or 0x698013) is known color: Olive Drab. HEX triplet: 69, 80 and 13. RGB value is (105,128,19). Sum of RGB (Red+Green+Blue) = 105+128+19=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #698013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698013 is #967FEC. Grayscale: #6D6D6D. Windows color (decimal): -9863149 or 1278057. OLE color: 1278057.

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

Color convert

RGB 105 128 19 -
CMYK 0.18 0 0.85 0.50
HSL 72.66º 0.74% 0.29% -
HSV(B) 72.66º 0.85% 0.5% -
XYZ 13.66 18.49 3.46 -
YUV 108.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 105 128 19 0.18 0 0.85 0.50 72.66 0.74 0.29
Hex 69 80 13 12 0 55 32 49 4A 1D
Octal 151 200 23 22 0 125 62 111 112 35
Binary 1101001 10000000 10011 10010 0 1010101 110010 1001001 1001010 11101

Color Harmonies of #698013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698013

Black with #698013

Text Example


Text Example

White with #698013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698013; }

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

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

background-color css

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

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

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

border-color css

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

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

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