Html Css Color HEX #709B31 Sushi

📋 copy color: '#709B31'

red 112 ◦ green 155 ◦ blue 49

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

Shades of Sushi #709B31

Tints of Sushi #709B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

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

R = 35.44%
G = 49.05%
B = 15.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#709B31 (or 0x709B31) is known color: Sushi. HEX triplet: 70, 9B and 31. RGB value is (112,155,49). Sum of RGB (Red+Green+Blue) = 112+155+49=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #709B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B31 is #8F64CE. Grayscale: #828282. Windows color (decimal): -9397455 or 3251056. OLE color: 3251056.

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

Color convert

RGB 112 155 49 -
CMYK 0.28 0 0.68 0.39
HSL 84.34º 0.52% 0.4% -
HSV(B) 84.34º 0.68% 0.61% -
XYZ 18.96 27.11 7.14 -
YUV 130.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 112 155 49 0.28 0 0.68 0.39 84.34 0.52 0.4
Hex 70 9B 31 1C 0 44 27 54 34 28
Octal 160 233 61 34 0 104 47 124 64 50
Binary 1110000 10011011 110001 11100 0 1000100 100111 1010100 110100 101000

Color Harmonies of #709B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B31

Black with #709B31

Text Example


Text Example

White with #709B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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