Html Css Color HEX #698116 Olive Drab

📋 copy color: '#698116'

red 105 ◦ green 129 ◦ blue 22

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

Shades of Olive Drab #698116

Tints of Olive Drab #698116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 41.02%
G = 50.39%
B = 8.59%

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

#698116 (or 0x698116) is known color: Olive Drab. HEX triplet: 69, 81 and 16. RGB value is (105,129,22). Sum of RGB (Red+Green+Blue) = 105+129+22=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #698116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698116 is #967EE9. Grayscale: #6E6E6E. Windows color (decimal): -9862890 or 1474921. OLE color: 1474921.

HSL color Cylindrical-coordinate representation of color #698116: hue angle of 73.46º 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 #698116 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 22 -
CMYK 0.19 0 0.83 0.49
HSL 73.46º 0.71% 0.3% -
HSV(B) 73.46º 0.83% 0.51% -
XYZ 13.82 18.76 3.65 -
YUV 109.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 105 129 22 0.19 0 0.83 0.49 73.46 0.71 0.3
Hex 69 81 16 13 0 53 31 49 47 1E
Octal 151 201 26 23 0 123 61 111 107 36
Binary 1101001 10000001 10110 10011 0 1010011 110001 1001001 1000111 11110

Color Harmonies of #698116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698116

Black with #698116

Text Example


Text Example

White with #698116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698116; }

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

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

background-color css

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

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

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

border-color css

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

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

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