Html Css Color HEX #70651D Olivetone

📋 copy color: '#70651D'

red 112 ◦ green 101 ◦ blue 29

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

Shades of Olivetone #70651D

Tints of Olivetone #70651D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 46.28%
G = 41.74%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70651D (or 0x70651D) is known color: Olivetone. HEX triplet: 70, 65 and 1D. RGB value is (112,101,29). Sum of RGB (Red+Green+Blue) = 112+101+29=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70651D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70651D is #8F9AE2. Grayscale: #606060. Windows color (decimal): -9411299 or 1926512. OLE color: 1926512.

HSL color Cylindrical-coordinate representation of color #70651D: hue angle of 52.05º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70651D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 29 -
CMYK 0 0.10 0.74 0.56
HSL 52.05º 0.59% 0.28% -
HSV(B) 52.05º 0.74% 0.44% -
XYZ 11.56 12.84 3.03 -
YUV 96.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 112 101 29 0 0.10 0.74 0.56 52.05 0.59 0.28
Hex 70 65 1D 0 A 4A 38 34 3B 1C
Octal 160 145 35 0 12 112 70 64 73 34
Binary 1110000 1100101 11101 0 1010 1001010 111000 110100 111011 11100

Color Harmonies of #70651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70651D

Black with #70651D

Text Example


Text Example

White with #70651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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