Html Css Color HEX #698413 Olive Drab

📋 copy color: '#698413'

red 105 ◦ green 132 ◦ blue 19

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

Shades of Olive Drab #698413

Tints of Olive Drab #698413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

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

R = 41.02%
G = 51.56%
B = 7.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#698413 (or 0x698413) is known color: Olive Drab. HEX triplet: 69, 84 and 13. RGB value is (105,132,19). Sum of RGB (Red+Green+Blue) = 105+132+19=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #698413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698413 is #967BEC. Grayscale: #6F6F6F. Windows color (decimal): -9862125 or 1279081. OLE color: 1279081.

HSL color Cylindrical-coordinate representation of color #698413: hue angle of 74.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #698413 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 19 -
CMYK 0.20 0 0.86 0.48
HSL 74.34º 0.75% 0.3% -
HSV(B) 74.34º 0.86% 0.52% -
XYZ 14.19 19.55 3.64 -
YUV 111.05 76.05 123.69 -
System Red Green Blue C M Y K H S L
Decimal 105 132 19 0.20 0 0.86 0.48 74.34 0.75 0.3
Hex 69 84 13 14 0 56 30 4A 4B 1E
Octal 151 204 23 24 0 126 60 112 113 36
Binary 1101001 10000100 10011 10100 0 1010110 110000 1001010 1001011 11110

Color Harmonies of #698413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698413

Black with #698413

Text Example


Text Example

White with #698413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698413; }

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

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

background-color css

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

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

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

border-color css

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

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

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