Html Css Color HEX #70741C Olivetone

📋 copy color: '#70741C'

red 112 ◦ green 116 ◦ blue 28

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

Shades of Olivetone #70741C

Tints of Olivetone #70741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 43.75%
G = 45.31%
B = 10.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#70741C (or 0x70741C) is known color: Olivetone. HEX triplet: 70, 74 and 1C. RGB value is (112,116,28). Sum of RGB (Red+Green+Blue) = 112+116+28=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #70741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70741C is #8F8BE3. Grayscale: #696969. Windows color (decimal): -9407460 or 1864816. OLE color: 1864816.

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

Color convert

RGB 112 116 28 -
CMYK 0.03 0 0.76 0.55
HSL 62.73º 0.61% 0.28% -
HSV(B) 62.73º 0.76% 0.45% -
XYZ 13.14 16.02 3.5 -
YUV 104.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 112 116 28 0.03 0 0.76 0.55 62.73 0.61 0.28
Hex 70 74 1C 3 0 4C 37 3F 3D 1C
Octal 160 164 34 3 0 114 67 77 75 34
Binary 1110000 1110100 11100 11 0 1001100 110111 111111 111101 11100

Color Harmonies of #70741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70741C

Black with #70741C

Text Example


Text Example

White with #70741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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