Html Css Color HEX #708515 Olive Drab

📋 copy color: '#708515'

red 112 ◦ green 133 ◦ blue 21

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

Shades of Olive Drab #708515

Tints of Olive Drab #708515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 42.11%
G = 50%
B = 7.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#708515 (or 0x708515) is known color: Olive Drab. HEX triplet: 70, 85 and 15. RGB value is (112,133,21). Sum of RGB (Red+Green+Blue) = 112+133+21=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #708515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708515 is #8F7AEA. Grayscale: #727272. Windows color (decimal): -9403115 or 1410416. OLE color: 1410416.

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

Color convert

RGB 112 133 21 -
CMYK 0.16 0 0.84 0.48
HSL 71.25º 0.73% 0.3% -
HSV(B) 71.25º 0.84% 0.52% -
XYZ 15.2 20.27 3.82 -
YUV 113.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 112 133 21 0.16 0 0.84 0.48 71.25 0.73 0.3
Hex 70 85 15 10 0 54 30 47 49 1E
Octal 160 205 25 20 0 124 60 107 111 36
Binary 1110000 10000101 10101 10000 0 1010100 110000 1000111 1001001 11110

Color Harmonies of #708515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708515

Black with #708515

Text Example


Text Example

White with #708515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708515; }

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

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

background-color css

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

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

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

border-color css

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

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

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