Html Css Color HEX #698814 Olive Drab

📋 copy color: '#698814'

red 105 ◦ green 136 ◦ blue 20

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

Shades of Olive Drab #698814

Tints of Olive Drab #698814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

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

R = 40.23%
G = 52.11%
B = 7.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#698814 (or 0x698814) is known color: Olive Drab. HEX triplet: 69, 88 and 14. RGB value is (105,136,20). Sum of RGB (Red+Green+Blue) = 105+136+20=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #698814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698814 is #9677EB. Grayscale: #717171. Windows color (decimal): -9861100 or 1345641. OLE color: 1345641.

HSL color Cylindrical-coordinate representation of color #698814: hue angle of 76.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698814 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 20 -
CMYK 0.23 0 0.85 0.47
HSL 76.03º 0.74% 0.31% -
HSV(B) 76.03º 0.85% 0.53% -
XYZ 14.76 20.66 3.87 -
YUV 113.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 105 136 20 0.23 0 0.85 0.47 76.03 0.74 0.31
Hex 69 88 14 17 0 55 2F 4C 4A 1F
Octal 151 210 24 27 0 125 57 114 112 37
Binary 1101001 10001000 10100 10111 0 1010101 101111 1001100 1001010 11111

Color Harmonies of #698814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698814

Black with #698814

Text Example


Text Example

White with #698814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698814; }

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

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

background-color css

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

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

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

border-color css

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

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

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