Html Css Color HEX #698716 Olive Drab

📋 copy color: '#698716'

red 105 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #698716

Tints of Olive Drab #698716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 40.08%
G = 51.53%
B = 8.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#698716 (or 0x698716) is known color: Olive Drab. HEX triplet: 69, 87 and 16. RGB value is (105,135,22). Sum of RGB (Red+Green+Blue) = 105+135+22=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #698716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698716 is #9678E9. Grayscale: #717171. Windows color (decimal): -9861354 or 1476457. OLE color: 1476457.

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

Color convert

RGB 105 135 22 -
CMYK 0.22 0 0.84 0.47
HSL 75.93º 0.72% 0.31% -
HSV(B) 75.93º 0.84% 0.53% -
XYZ 14.63 20.39 3.92 -
YUV 113.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 105 135 22 0.22 0 0.84 0.47 75.93 0.72 0.31
Hex 69 87 16 16 0 54 2F 4C 48 1F
Octal 151 207 26 26 0 124 57 114 110 37
Binary 1101001 10000111 10110 10110 0 1010100 101111 1001100 1001000 11111

Color Harmonies of #698716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698716

Black with #698716

Text Example


Text Example

White with #698716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698716; }

 p { color: rgb(105,135,22); }

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

background-color css

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

 a { background-color: rgb(105,135,22); }

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

border-color css

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

 span { border-color: rgb(105,135,22); }

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