Html Css Color HEX #70833A Wasabi

📋 copy color: '#70833A'

red 112 ◦ green 131 ◦ blue 58

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

Shades of Wasabi #70833A

Tints of Wasabi #70833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 37.21%
G = 43.52%
B = 19.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#70833A (or 0x70833A) is known color: Wasabi. HEX triplet: 70, 83 and 3A. RGB value is (112,131,58). Sum of RGB (Red+Green+Blue) = 112+131+58=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #70833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70833A is #8F7CC5. Grayscale: #757575. Windows color (decimal): -9403590 or 3834736. OLE color: 3834736.

HSL color Cylindrical-coordinate representation of color #70833A: hue angle of 75.62º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70833A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 58 -
CMYK 0.15 0 0.56 0.49
HSL 75.62º 0.39% 0.37% -
HSV(B) 75.62º 0.56% 0.51% -
XYZ 15.56 19.98 7.04 -
YUV 117 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 112 131 58 0.15 0 0.56 0.49 75.62 0.39 0.37
Hex 70 83 3A F 0 38 31 4C 27 25
Octal 160 203 72 17 0 70 61 114 47 45
Binary 1110000 10000011 111010 1111 0 111000 110001 1001100 100111 100101

Color Harmonies of #70833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70833A

Black with #70833A

Text Example


Text Example

White with #70833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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