Html Css Color HEX #706F1F Olivetone

📋 copy color: '#706F1F'

red 112 ◦ green 111 ◦ blue 31

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

Shades of Olivetone #706F1F

Tints of Olivetone #706F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 44.09%
G = 43.7%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#706F1F (or 0x706F1F) is known color: Olivetone. HEX triplet: 70, 6F and 1F. RGB value is (112,111,31). Sum of RGB (Red+Green+Blue) = 112+111+31=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F1F is #8F90E0. Grayscale: #666666. Windows color (decimal): -9408737 or 2060144. OLE color: 2060144.

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

Color convert

RGB 112 111 31 -
CMYK 0 0.01 0.72 0.56
HSL 59.26º 0.57% 0.28% -
HSV(B) 59.26º 0.72% 0.44% -
XYZ 12.61 14.91 3.51 -
YUV 102.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 112 111 31 0 0.01 0.72 0.56 59.26 0.57 0.28
Hex 70 6F 1F 0 1 48 38 3B 39 1C
Octal 160 157 37 0 1 110 70 73 71 34
Binary 1110000 1101111 11111 0 1 1001000 111000 111011 111001 11100

Color Harmonies of #706F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F1F

Black with #706F1F

Text Example


Text Example

White with #706F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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