Html Css Color HEX #70671F Olivetone

📋 copy color: '#70671F'

red 112 ◦ green 103 ◦ blue 31

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

Shades of Olivetone #70671F

Tints of Olivetone #70671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

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

R = 45.53%
G = 41.87%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70671F (or 0x70671F) is known color: Olivetone. HEX triplet: 70, 67 and 1F. RGB value is (112,103,31). Sum of RGB (Red+Green+Blue) = 112+103+31=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70671F is #8F98E0. Grayscale: #616161. Windows color (decimal): -9410785 or 2058096. OLE color: 2058096.

HSL color Cylindrical-coordinate representation of color #70671F: hue angle of 53.33º 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 #70671F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 31 -
CMYK 0 0.08 0.72 0.56
HSL 53.33º 0.57% 0.28% -
HSV(B) 53.33º 0.72% 0.44% -
XYZ 11.78 13.24 3.23 -
YUV 97.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 112 103 31 0 0.08 0.72 0.56 53.33 0.57 0.28
Hex 70 67 1F 0 8 48 38 35 39 1C
Octal 160 147 37 0 10 110 70 65 71 34
Binary 1110000 1100111 11111 0 1000 1001000 111000 110101 111001 11100

Color Harmonies of #70671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70671F

Black with #70671F

Text Example


Text Example

White with #70671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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