Html Css Color HEX #70651F Olivetone

📋 copy color: '#70651F'

red 112 ◦ green 101 ◦ blue 31

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

Shades of Olivetone #70651F

Tints of Olivetone #70651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.39%

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

R = 45.9%
G = 41.39%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70651F (or 0x70651F) is known color: Olivetone. HEX triplet: 70, 65 and 1F. RGB value is (112,101,31). Sum of RGB (Red+Green+Blue) = 112+101+31=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70651F is #8F9AE0. Grayscale: #606060. Windows color (decimal): -9411297 or 2057584. OLE color: 2057584.

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

Color convert

RGB 112 101 31 -
CMYK 0 0.10 0.72 0.56
HSL 51.85º 0.57% 0.28% -
HSV(B) 51.85º 0.72% 0.44% -
XYZ 11.58 12.85 3.17 -
YUV 96.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 112 101 31 0 0.10 0.72 0.56 51.85 0.57 0.28
Hex 70 65 1F 0 A 48 38 34 39 1C
Octal 160 145 37 0 12 110 70 64 71 34
Binary 1110000 1100101 11111 0 1010 1001000 111000 110100 111001 11100

Color Harmonies of #70651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70651F

Black with #70651F

Text Example


Text Example

White with #70651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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