Html Css Color HEX #70743A Crete

📋 copy color: '#70743A'

red 112 ◦ green 116 ◦ blue 58

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

Shades of Crete #70743A

Tints of Crete #70743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 39.16%
G = 40.56%
B = 20.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#70743A (or 0x70743A) is known color: Crete. HEX triplet: 70, 74 and 3A. RGB value is (112,116,58). Sum of RGB (Red+Green+Blue) = 112+116+58=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #70743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70743A is #8F8BC5. Grayscale: #6C6C6C. Windows color (decimal): -9407430 or 3830896. OLE color: 3830896.

HSL color Cylindrical-coordinate representation of color #70743A: hue angle of 64.14º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70743A is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 58 -
CMYK 0.03 0 0.5 0.55
HSL 64.14º 0.33% 0.34% -
HSV(B) 64.14º 0.5% 0.45% -
XYZ 13.69 16.24 6.42 -
YUV 108.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 112 116 58 0.03 0 0.5 0.55 64.14 0.33 0.34
Hex 70 74 3A 3 0 32 37 40 21 22
Octal 160 164 72 3 0 62 67 100 41 42
Binary 1110000 1110100 111010 11 0 110010 110111 1000000 100001 100010

Color Harmonies of #70743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70743A

Black with #70743A

Text Example


Text Example

White with #70743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70743A; }

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

 H1.HeaderClassName
 {
   color: #70743A;
 }
 .AnyTagClassName
 {
   color: #70743A;
 }
</style>

background-color css

<style>
 a { background-color: #70743A; }

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

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

border-color css

<style>
 span { border-color: #70743A; }

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

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