Html Css Color HEX #70993F Sushi

📋 copy color: '#70993F'

red 112 ◦ green 153 ◦ blue 63

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

Shades of Sushi #70993F

Tints of Sushi #70993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

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

R = 34.15%
G = 46.65%
B = 19.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#70993F (or 0x70993F) is known color: Sushi. HEX triplet: 70, 99 and 3F. RGB value is (112,153,63). Sum of RGB (Red+Green+Blue) = 112+153+63=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #70993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70993F is #8F66C0. Grayscale: #828282. Windows color (decimal): -9397953 or 4168048. OLE color: 4168048.

HSL color Cylindrical-coordinate representation of color #70993F: hue angle of 87.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70993F is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 63 -
CMYK 0.27 0 0.59 0.4
HSL 87.33º 0.42% 0.42% -
HSV(B) 87.33º 0.59% 0.6% -
XYZ 18.97 26.59 8.83 -
YUV 130.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 112 153 63 0.27 0 0.59 0.4 87.33 0.42 0.42
Hex 70 99 3F 1B 0 3B 28 57 2A 2A
Octal 160 231 77 33 0 73 50 127 52 52
Binary 1110000 10011001 111111 11011 0 111011 101000 1010111 101010 101010

Color Harmonies of #70993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70993F

Black with #70993F

Text Example


Text Example

White with #70993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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