Html Css Color HEX #709C31 Sushi

📋 copy color: '#709C31'

red 112 ◦ green 156 ◦ blue 49

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

Shades of Sushi #709C31

Tints of Sushi #709C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

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

R = 35.33%
G = 49.21%
B = 15.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#709C31 (or 0x709C31) is known color: Sushi. HEX triplet: 70, 9C and 31. RGB value is (112,156,49). Sum of RGB (Red+Green+Blue) = 112+156+49=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #709C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C31 is #8F63CE. Grayscale: #838383. Windows color (decimal): -9397199 or 3251312. OLE color: 3251312.

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

Color convert

RGB 112 156 49 -
CMYK 0.28 0 0.69 0.39
HSL 84.67º 0.52% 0.4% -
HSV(B) 84.67º 0.69% 0.61% -
XYZ 19.12 27.44 7.19 -
YUV 130.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 112 156 49 0.28 0 0.69 0.39 84.67 0.52 0.4
Hex 70 9C 31 1C 0 45 27 55 34 28
Octal 160 234 61 34 0 105 47 125 64 50
Binary 1110000 10011100 110001 11100 0 1000101 100111 1010101 110100 101000

Color Harmonies of #709C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C31

Black with #709C31

Text Example


Text Example

White with #709C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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