Html Css Color HEX #70853C Wasabi

📋 copy color: '#70853C'

red 112 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #70853C

Tints of Wasabi #70853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 36.72%
G = 43.61%
B = 19.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#70853C (or 0x70853C) is known color: Wasabi. HEX triplet: 70, 85 and 3C. RGB value is (112,133,60). Sum of RGB (Red+Green+Blue) = 112+133+60=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #70853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853C is #8F7AC3. Grayscale: #767676. Windows color (decimal): -9403076 or 3966320. OLE color: 3966320.

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

Color convert

RGB 112 133 60 -
CMYK 0.16 0 0.55 0.48
HSL 77.26º 0.38% 0.38% -
HSV(B) 77.26º 0.55% 0.52% -
XYZ 15.89 20.55 7.4 -
YUV 118.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 112 133 60 0.16 0 0.55 0.48 77.26 0.38 0.38
Hex 70 85 3C 10 0 37 30 4D 26 26
Octal 160 205 74 20 0 67 60 115 46 46
Binary 1110000 10000101 111100 10000 0 110111 110000 1001101 100110 100110

Color Harmonies of #70853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70853C

Black with #70853C

Text Example


Text Example

White with #70853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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