Html Css Color HEX #70992E Sushi

📋 copy color: '#70992E'

red 112 ◦ green 153 ◦ blue 46

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

Shades of Sushi #70992E

Tints of Sushi #70992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 36.01%
G = 49.2%
B = 14.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#70992E (or 0x70992E) is known color: Sushi. HEX triplet: 70, 99 and 2E. RGB value is (112,153,46). Sum of RGB (Red+Green+Blue) = 112+153+46=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #70992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70992E is #8F66D1. Grayscale: #808080. Windows color (decimal): -9397970 or 3053936. OLE color: 3053936.

HSL color Cylindrical-coordinate representation of color #70992E: hue angle of 82.99º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70992E is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 46 -
CMYK 0.27 0 0.70 0.4
HSL 82.99º 0.54% 0.39% -
HSV(B) 82.99º 0.7% 0.6% -
XYZ 18.57 26.42 6.71 -
YUV 128.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 112 153 46 0.27 0 0.70 0.4 82.99 0.54 0.39
Hex 70 99 2E 1B 0 46 28 53 36 27
Octal 160 231 56 33 0 106 50 123 66 47
Binary 1110000 10011001 101110 11011 0 1000110 101000 1010011 110110 100111

Color Harmonies of #70992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70992E

Black with #70992E

Text Example


Text Example

White with #70992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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