Html Css Color HEX #698216 Olive Drab

📋 copy color: '#698216'

red 105 ◦ green 130 ◦ blue 22

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

Shades of Olive Drab #698216

Tints of Olive Drab #698216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

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

R = 40.86%
G = 50.58%
B = 8.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#698216 (or 0x698216) is known color: Olive Drab. HEX triplet: 69, 82 and 16. RGB value is (105,130,22). Sum of RGB (Red+Green+Blue) = 105+130+22=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #698216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698216 is #967DE9. Grayscale: #6E6E6E. Windows color (decimal): -9862634 or 1475177. OLE color: 1475177.

HSL color Cylindrical-coordinate representation of color #698216: hue angle of 73.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698216 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 22 -
CMYK 0.19 0 0.83 0.49
HSL 73.89º 0.71% 0.3% -
HSV(B) 73.89º 0.83% 0.51% -
XYZ 13.95 19.03 3.7 -
YUV 110.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 105 130 22 0.19 0 0.83 0.49 73.89 0.71 0.3
Hex 69 82 16 13 0 53 31 4A 47 1E
Octal 151 202 26 23 0 123 61 112 107 36
Binary 1101001 10000010 10110 10011 0 1010011 110001 1001010 1000111 11110

Color Harmonies of #698216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698216

Black with #698216

Text Example


Text Example

White with #698216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698216; }

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

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

background-color css

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

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

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

border-color css

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

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

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