Html Css Color HEX #698316 Olive Drab

📋 copy color: '#698316'

red 105 ◦ green 131 ◦ blue 22

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

Shades of Olive Drab #698316

Tints of Olive Drab #698316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.78%

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

R = 40.7%
G = 50.78%
B = 8.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#698316 (or 0x698316) is known color: Olive Drab. HEX triplet: 69, 83 and 16. RGB value is (105,131,22). Sum of RGB (Red+Green+Blue) = 105+131+22=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #698316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698316 is #967CE9. Grayscale: #6F6F6F. Windows color (decimal): -9862378 or 1475433. OLE color: 1475433.

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

Color convert

RGB 105 131 22 -
CMYK 0.20 0 0.83 0.49
HSL 74.31º 0.71% 0.3% -
HSV(B) 74.31º 0.83% 0.51% -
XYZ 14.09 19.29 3.74 -
YUV 110.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 105 131 22 0.20 0 0.83 0.49 74.31 0.71 0.3
Hex 69 83 16 14 0 53 31 4A 47 1E
Octal 151 203 26 24 0 123 61 112 107 36
Binary 1101001 10000011 10110 10100 0 1010011 110001 1001010 1000111 11110

Color Harmonies of #698316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698316

Black with #698316

Text Example


Text Example

White with #698316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698316; }

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

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

background-color css

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

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

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

border-color css

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

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

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