Html Css Color HEX #698210 Olive Drab

📋 copy color: '#698210'

red 105 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #698210

Tints of Olive Drab #698210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 41.83%
G = 51.79%
B = 6.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#698210 (or 0x698210) is known color: Olive Drab. HEX triplet: 69, 82 and 10. RGB value is (105,130,16). Sum of RGB (Red+Green+Blue) = 105+130+16=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #698210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698210 is #967DEF. Grayscale: #6D6D6D. Windows color (decimal): -9862640 or 1081961. OLE color: 1081961.

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

Color convert

RGB 105 130 16 -
CMYK 0.19 0 0.88 0.49
HSL 73.16º 0.78% 0.29% -
HSV(B) 73.16º 0.88% 0.51% -
XYZ 13.9 19.01 3.43 -
YUV 109.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 105 130 16 0.19 0 0.88 0.49 73.16 0.78 0.29
Hex 69 82 10 13 0 58 31 49 4E 1D
Octal 151 202 20 23 0 130 61 111 116 35
Binary 1101001 10000010 10000 10011 0 1011000 110001 1001001 1001110 11101

Color Harmonies of #698210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698210

Black with #698210

Text Example


Text Example

White with #698210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698210; }

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

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

background-color css

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

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

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

border-color css

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

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

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