Html Css Color HEX #698613 Olive Drab

📋 copy color: '#698613'

red 105 ◦ green 134 ◦ blue 19

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

Shades of Olive Drab #698613

Tints of Olive Drab #698613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

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

R = 40.7%
G = 51.94%
B = 7.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#698613 (or 0x698613) is known color: Olive Drab. HEX triplet: 69, 86 and 13. RGB value is (105,134,19). Sum of RGB (Red+Green+Blue) = 105+134+19=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #698613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698613 is #9679EC. Grayscale: #707070. Windows color (decimal): -9861613 or 1279593. OLE color: 1279593.

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

Color convert

RGB 105 134 19 -
CMYK 0.22 0 0.86 0.47
HSL 75.13º 0.75% 0.3% -
HSV(B) 75.13º 0.86% 0.53% -
XYZ 14.47 20.1 3.73 -
YUV 112.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 105 134 19 0.22 0 0.86 0.47 75.13 0.75 0.3
Hex 69 86 13 16 0 56 2F 4B 4B 1E
Octal 151 206 23 26 0 126 57 113 113 36
Binary 1101001 10000110 10011 10110 0 1010110 101111 1001011 1001011 11110

Color Harmonies of #698613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698613

Black with #698613

Text Example


Text Example

White with #698613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698613; }

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

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

background-color css

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

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

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

border-color css

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

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

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