Html Css Color HEX #698514 Olive Drab

📋 copy color: '#698514'

red 105 ◦ green 133 ◦ blue 20

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

Shades of Olive Drab #698514

Tints of Olive Drab #698514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 40.7%
G = 51.55%
B = 7.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#698514 (or 0x698514) is known color: Olive Drab. HEX triplet: 69, 85 and 14. RGB value is (105,133,20). Sum of RGB (Red+Green+Blue) = 105+133+20=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #698514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698514 is #967AEB. Grayscale: #707070. Windows color (decimal): -9861868 or 1344873. OLE color: 1344873.

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

Color convert

RGB 105 133 20 -
CMYK 0.21 0 0.85 0.48
HSL 74.87º 0.74% 0.3% -
HSV(B) 74.87º 0.85% 0.52% -
XYZ 14.34 19.83 3.73 -
YUV 111.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 105 133 20 0.21 0 0.85 0.48 74.87 0.74 0.3
Hex 69 85 14 15 0 55 30 4B 4A 1E
Octal 151 205 24 25 0 125 60 113 112 36
Binary 1101001 10000101 10100 10101 0 1010101 110000 1001011 1001010 11110

Color Harmonies of #698514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698514

Black with #698514

Text Example


Text Example

White with #698514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698514; }

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

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

background-color css

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

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

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

border-color css

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

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

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