Html Css Color HEX #698215 Olive Drab

📋 copy color: '#698215'

red 105 ◦ green 130 ◦ blue 21

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

Shades of Olive Drab #698215

Tints of Olive Drab #698215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 41.02%
G = 50.78%
B = 8.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#698215 (or 0x698215) is known color: Olive Drab. HEX triplet: 69, 82 and 15. RGB value is (105,130,21). Sum of RGB (Red+Green+Blue) = 105+130+21=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #698215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698215 is #967DEA. Grayscale: #6E6E6E. Windows color (decimal): -9862635 or 1409641. OLE color: 1409641.

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

Color convert

RGB 105 130 21 -
CMYK 0.19 0 0.84 0.49
HSL 73.76º 0.72% 0.3% -
HSV(B) 73.76º 0.84% 0.51% -
XYZ 13.94 19.02 3.65 -
YUV 110.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 105 130 21 0.19 0 0.84 0.49 73.76 0.72 0.3
Hex 69 82 15 13 0 54 31 4A 48 1E
Octal 151 202 25 23 0 124 61 112 110 36
Binary 1101001 10000010 10101 10011 0 1010100 110001 1001010 1001000 11110

Color Harmonies of #698215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698215

Black with #698215

Text Example


Text Example

White with #698215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698215; }

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

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

background-color css

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

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

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

border-color css

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

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

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