Html Css Color HEX #70993E Sushi

📋 copy color: '#70993E'

red 112 ◦ green 153 ◦ blue 62

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

Shades of Sushi #70993E

Tints of Sushi #70993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 34.25%
G = 46.79%
B = 18.96%

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

#70993E (or 0x70993E) is known color: Sushi. HEX triplet: 70, 99 and 3E. RGB value is (112,153,62). Sum of RGB (Red+Green+Blue) = 112+153+62=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #70993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70993E is #8F66C1. Grayscale: #828282. Windows color (decimal): -9397954 or 4102512. OLE color: 4102512.

HSL color Cylindrical-coordinate representation of color #70993E: hue angle of 87.03º 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 #70993E is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 62 -
CMYK 0.27 0 0.59 0.4
HSL 87.03º 0.42% 0.42% -
HSV(B) 87.03º 0.59% 0.6% -
XYZ 18.94 26.58 8.69 -
YUV 130.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 112 153 62 0.27 0 0.59 0.4 87.03 0.42 0.42
Hex 70 99 3E 1B 0 3B 28 57 2A 2A
Octal 160 231 76 33 0 73 50 127 52 52
Binary 1110000 10011001 111110 11011 0 111011 101000 1010111 101010 101010

Color Harmonies of #70993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70993E

Black with #70993E

Text Example


Text Example

White with #70993E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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