Html Css Color HEX #70751C Olivetone

📋 copy color: '#70751C'

red 112 ◦ green 117 ◦ blue 28

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

Shades of Olivetone #70751C

Tints of Olivetone #70751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

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

R = 43.58%
G = 45.53%
B = 10.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#70751C (or 0x70751C) is known color: Olivetone. HEX triplet: 70, 75 and 1C. RGB value is (112,117,28). Sum of RGB (Red+Green+Blue) = 112+117+28=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #70751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751C is #8F8AE3. Grayscale: #696969. Windows color (decimal): -9407204 or 1865072. OLE color: 1865072.

HSL color Cylindrical-coordinate representation of color #70751C: hue angle of 63.37º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70751C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 28 -
CMYK 0.04 0 0.76 0.54
HSL 63.37º 0.61% 0.28% -
HSV(B) 63.37º 0.76% 0.46% -
XYZ 13.25 16.25 3.54 -
YUV 105.36 84.34 132.74 -
System Red Green Blue C M Y K H S L
Decimal 112 117 28 0.04 0 0.76 0.54 63.37 0.61 0.28
Hex 70 75 1C 4 0 4C 36 3F 3D 1C
Octal 160 165 34 4 0 114 66 77 75 34
Binary 1110000 1110101 11100 100 0 1001100 110110 111111 111101 11100

Color Harmonies of #70751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70751C

Black with #70751C

Text Example


Text Example

White with #70751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70751C; }

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

 H1.HeaderClassName
 {
   color: #70751C;
 }
 .AnyTagClassName
 {
   color: #70751C;
 }
</style>

background-color css

<style>
 a { background-color: #70751C; }

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

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

border-color css

<style>
 span { border-color: #70751C; }

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

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