Html Css Color HEX #70953F Sushi

📋 copy color: '#70953F'

red 112 ◦ green 149 ◦ blue 63

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

Shades of Sushi #70953F

Tints of Sushi #70953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 34.57%
G = 45.99%
B = 19.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#70953F (or 0x70953F) is known color: Sushi. HEX triplet: 70, 95 and 3F. RGB value is (112,149,63). Sum of RGB (Red+Green+Blue) = 112+149+63=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #70953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70953F is #8F6AC0. Grayscale: #808080. Windows color (decimal): -9398977 or 4167024. OLE color: 4167024.

HSL color Cylindrical-coordinate representation of color #70953F: hue angle of 85.81º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70953F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 63 -
CMYK 0.25 0 0.58 0.42
HSL 85.81º 0.41% 0.42% -
HSV(B) 85.81º 0.58% 0.58% -
XYZ 18.33 25.3 8.62 -
YUV 128.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 112 149 63 0.25 0 0.58 0.42 85.81 0.41 0.42
Hex 70 95 3F 19 0 3A 2A 56 29 2A
Octal 160 225 77 31 0 72 52 126 51 52
Binary 1110000 10010101 111111 11001 0 111010 101010 1010110 101001 101010

Color Harmonies of #70953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70953F

Black with #70953F

Text Example


Text Example

White with #70953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70953F; }

 p { color: rgb(112,149,63); }

 H1.HeaderClassName
 {
   color: #70953F;
 }
 .AnyTagClassName
 {
   color: #70953F;
 }
</style>

background-color css

<style>
 a { background-color: #70953F; }

 a { background-color: rgb(112,149,63); }

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

border-color css

<style>
 span { border-color: #70953F; }

 span { border-color: rgb(112,149,63); }

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