Html Css Color HEX #709215 Olive Drab

📋 copy color: '#709215'

red 112 ◦ green 146 ◦ blue 21

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

Shades of Olive Drab #709215

Tints of Olive Drab #709215

RGB

 RED value IS 112 (44.14% from 255) = 40.14%

 GREEN value IS 146 (57.42% from 255) = 52.33%

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

R = 40.14%
G = 52.33%
B = 7.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#709215 (or 0x709215) is known color: Olive Drab. HEX triplet: 70, 92 and 15. RGB value is (112,146,21). Sum of RGB (Red+Green+Blue) = 112+146+21=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #709215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709215 is #8F6DEA. Grayscale: #7A7A7A. Windows color (decimal): -9399787 or 1413744. OLE color: 1413744.

HSL color Cylindrical-coordinate representation of color #709215: hue angle of 76.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709215 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 21 -
CMYK 0.23 0 0.86 0.43
HSL 76.32º 0.75% 0.33% -
HSV(B) 76.32º 0.86% 0.57% -
XYZ 17.1 24.06 4.45 -
YUV 121.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 112 146 21 0.23 0 0.86 0.43 76.32 0.75 0.33
Hex 70 92 15 17 0 56 2B 4C 4B 21
Octal 160 222 25 27 0 126 53 114 113 41
Binary 1110000 10010010 10101 10111 0 1010110 101011 1001100 1001011 100001

Color Harmonies of #709215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709215

Black with #709215

Text Example


Text Example

White with #709215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709215; }

 p { color: rgb(112,146,21); }

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

background-color css

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

 a { background-color: rgb(112,146,21); }

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

border-color css

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

 span { border-color: rgb(112,146,21); }

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