Html Css Color HEX #706915 Olivetone

📋 copy color: '#706915'

red 112 ◦ green 105 ◦ blue 21

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

Shades of Olivetone #706915

Tints of Olivetone #706915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 47.06%
G = 44.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#706915 (or 0x706915) is known color: Olivetone. HEX triplet: 70, 69 and 15. RGB value is (112,105,21). Sum of RGB (Red+Green+Blue) = 112+105+21=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706915 is #8F96EA. Grayscale: #616161. Windows color (decimal): -9410283 or 1403248. OLE color: 1403248.

HSL color Cylindrical-coordinate representation of color #706915: hue angle of 55.38º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706915 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 21 -
CMYK 0 0.06 0.81 0.56
HSL 55.38º 0.68% 0.26% -
HSV(B) 55.38º 0.81% 0.44% -
XYZ 11.87 13.6 2.71 -
YUV 97.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 112 105 21 0 0.06 0.81 0.56 55.38 0.68 0.26
Hex 70 69 15 0 6 51 38 37 44 1A
Octal 160 151 25 0 6 121 70 67 104 32
Binary 1110000 1101001 10101 0 110 1010001 111000 110111 1000100 11010

Color Harmonies of #706915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706915

Black with #706915

Text Example


Text Example

White with #706915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706915; }

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

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

background-color css

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

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

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

border-color css

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

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

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