Html Css Color HEX #706F1C Olivetone

📋 copy color: '#706F1C'

red 112 ◦ green 111 ◦ blue 28

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

Shades of Olivetone #706F1C

Tints of Olivetone #706F1C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.22%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 44.62%
G = 44.22%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#706F1C (or 0x706F1C) is known color: Olivetone. HEX triplet: 70, 6F and 1C. RGB value is (112,111,28). Sum of RGB (Red+Green+Blue) = 112+111+28=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F1C is #8F90E3. Grayscale: #666666. Windows color (decimal): -9408740 or 1863536. OLE color: 1863536.

HSL color Cylindrical-coordinate representation of color #706F1C: hue angle of 59.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #706F1C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 28 -
CMYK 0 0.01 0.75 0.56
HSL 59.29º 0.6% 0.27% -
HSV(B) 59.29º 0.75% 0.44% -
XYZ 12.58 14.9 3.31 -
YUV 101.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 112 111 28 0 0.01 0.75 0.56 59.29 0.6 0.27
Hex 70 6F 1C 0 1 4B 38 3B 3C 1B
Octal 160 157 34 0 1 113 70 73 74 33
Binary 1110000 1101111 11100 0 1 1001011 111000 111011 111100 11011

Color Harmonies of #706F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F1C

Black with #706F1C

Text Example


Text Example

White with #706F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706F1C; }

 p { color: rgb(112,111,28); }

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

background-color css

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

 a { background-color: rgb(112,111,28); }

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

border-color css

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

 span { border-color: rgb(112,111,28); }

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