Html Css Color HEX #709A31 Sushi

📋 copy color: '#709A31'

red 112 ◦ green 154 ◦ blue 49

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

Shades of Sushi #709A31

Tints of Sushi #709A31

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.89%

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

R = 35.56%
G = 48.89%
B = 15.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#709A31 (or 0x709A31) is known color: Sushi. HEX triplet: 70, 9A and 31. RGB value is (112,154,49). Sum of RGB (Red+Green+Blue) = 112+154+49=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #709A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A31 is #8F65CE. Grayscale: #818181. Windows color (decimal): -9397711 or 3250800. OLE color: 3250800.

HSL color Cylindrical-coordinate representation of color #709A31: hue angle of 84º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #709A31 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 49 -
CMYK 0.27 0 0.68 0.40
HSL 84º 0.52% 0.4% -
HSV(B) 84º 0.68% 0.6% -
XYZ 18.79 26.78 7.08 -
YUV 129.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 112 154 49 0.27 0 0.68 0.40 84 0.52 0.4
Hex 70 9A 31 1B 0 44 28 54 34 28
Octal 160 232 61 33 0 104 50 124 64 50
Binary 1110000 10011010 110001 11011 0 1000100 101000 1010100 110100 101000

Color Harmonies of #709A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A31

Black with #709A31

Text Example


Text Example

White with #709A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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