Html Css Color HEX #698416 Olive Drab

📋 copy color: '#698416'

red 105 ◦ green 132 ◦ blue 22

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

Shades of Olive Drab #698416

Tints of Olive Drab #698416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 40.54%
G = 50.97%
B = 8.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#698416 (or 0x698416) is known color: Olive Drab. HEX triplet: 69, 84 and 16. RGB value is (105,132,22). Sum of RGB (Red+Green+Blue) = 105+132+22=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #698416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698416 is #967BE9. Grayscale: #6F6F6F. Windows color (decimal): -9862122 or 1475689. OLE color: 1475689.

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

Color convert

RGB 105 132 22 -
CMYK 0.20 0 0.83 0.48
HSL 74.73º 0.71% 0.3% -
HSV(B) 74.73º 0.83% 0.52% -
XYZ 14.22 19.56 3.79 -
YUV 111.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 105 132 22 0.20 0 0.83 0.48 74.73 0.71 0.3
Hex 69 84 16 14 0 53 30 4B 47 1E
Octal 151 204 26 24 0 123 60 113 107 36
Binary 1101001 10000100 10110 10100 0 1010011 110000 1001011 1000111 11110

Color Harmonies of #698416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698416

Black with #698416

Text Example


Text Example

White with #698416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698416; }

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

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

background-color css

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

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

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

border-color css

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

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

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