Html Css Color HEX #70853D Wasabi

📋 copy color: '#70853D'

red 112 ◦ green 133 ◦ blue 61

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

Shades of Wasabi #70853D

Tints of Wasabi #70853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 36.6%
G = 43.46%
B = 19.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#70853D (or 0x70853D) is known color: Wasabi. HEX triplet: 70, 85 and 3D. RGB value is (112,133,61). Sum of RGB (Red+Green+Blue) = 112+133+61=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #70853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853D is #8F7AC2. Grayscale: #767676. Windows color (decimal): -9403075 or 4031856. OLE color: 4031856.

HSL color Cylindrical-coordinate representation of color #70853D: hue angle of 77.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70853D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 61 -
CMYK 0.16 0 0.54 0.48
HSL 77.5º 0.37% 0.38% -
HSV(B) 77.5º 0.54% 0.52% -
XYZ 15.91 20.56 7.54 -
YUV 118.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 112 133 61 0.16 0 0.54 0.48 77.5 0.37 0.38
Hex 70 85 3D 10 0 36 30 4E 25 26
Octal 160 205 75 20 0 66 60 116 45 46
Binary 1110000 10000101 111101 10000 0 110110 110000 1001110 100101 100110

Color Harmonies of #70853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70853D

Black with #70853D

Text Example


Text Example

White with #70853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,133,61); }

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

background-color css

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

 a { background-color: rgb(112,133,61); }

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

border-color css

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

 span { border-color: rgb(112,133,61); }

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