Html Css Color HEX #707315 Olivetone

📋 copy color: '#707315'

red 112 ◦ green 115 ◦ blue 21

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

Shades of Olivetone #707315

Tints of Olivetone #707315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 45.16%
G = 46.37%
B = 8.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#707315 (or 0x707315) is known color: Olivetone. HEX triplet: 70, 73 and 15. RGB value is (112,115,21). Sum of RGB (Red+Green+Blue) = 112+115+21=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #707315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707315 is #8F8CEA. Grayscale: #676767. Windows color (decimal): -9407723 or 1405808. OLE color: 1405808.

HSL color Cylindrical-coordinate representation of color #707315: hue angle of 61.91º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #707315 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 21 -
CMYK 0.03 0 0.82 0.55
HSL 61.91º 0.69% 0.27% -
HSV(B) 61.91º 0.82% 0.45% -
XYZ 12.95 15.76 3.07 -
YUV 103.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 112 115 21 0.03 0 0.82 0.55 61.91 0.69 0.27
Hex 70 73 15 3 0 52 37 3E 45 1B
Octal 160 163 25 3 0 122 67 76 105 33
Binary 1110000 1110011 10101 11 0 1010010 110111 111110 1000101 11011

Color Harmonies of #707315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707315

Black with #707315

Text Example


Text Example

White with #707315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707315; }

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

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

background-color css

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

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

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

border-color css

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

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

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