Html Css Color HEX #709731 Sushi

📋 copy color: '#709731'

red 112 ◦ green 151 ◦ blue 49

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

Shades of Sushi #709731

Tints of Sushi #709731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 35.9%
G = 48.4%
B = 15.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#709731 (or 0x709731) is known color: Sushi. HEX triplet: 70, 97 and 31. RGB value is (112,151,49). Sum of RGB (Red+Green+Blue) = 112+151+49=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #709731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709731 is #8F68CE. Grayscale: #808080. Windows color (decimal): -9398479 or 3250032. OLE color: 3250032.

HSL color Cylindrical-coordinate representation of color #709731: hue angle of 82.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #709731 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 49 -
CMYK 0.26 0 0.68 0.41
HSL 82.94º 0.51% 0.39% -
HSV(B) 82.94º 0.68% 0.59% -
XYZ 18.3 25.8 6.92 -
YUV 127.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 112 151 49 0.26 0 0.68 0.41 82.94 0.51 0.39
Hex 70 97 31 1A 0 44 29 53 33 27
Octal 160 227 61 32 0 104 51 123 63 47
Binary 1110000 10010111 110001 11010 0 1000100 101001 1010011 110011 100111

Color Harmonies of #709731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709731

Black with #709731

Text Example


Text Example

White with #709731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709731; }

 p { color: rgb(112,151,49); }

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

background-color css

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

 a { background-color: rgb(112,151,49); }

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

border-color css

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

 span { border-color: rgb(112,151,49); }

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