Html Css Color HEX #709D2C Sushi

📋 copy color: '#709D2C'

red 112 ◦ green 157 ◦ blue 44

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

Shades of Sushi #709D2C

Tints of Sushi #709D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.16%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 35.78%
G = 50.16%
B = 14.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#709D2C (or 0x709D2C) is known color: Sushi. HEX triplet: 70, 9D and 2C. RGB value is (112,157,44). Sum of RGB (Red+Green+Blue) = 112+157+44=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #709D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D2C is #8F62D3. Grayscale: #838383. Windows color (decimal): -9396948 or 2923888. OLE color: 2923888.

HSL color Cylindrical-coordinate representation of color #709D2C: hue angle of 83.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #709D2C is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 44 -
CMYK 0.29 0 0.72 0.38
HSL 83.89º 0.56% 0.39% -
HSV(B) 83.89º 0.72% 0.62% -
XYZ 19.19 27.74 6.73 -
YUV 130.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 112 157 44 0.29 0 0.72 0.38 83.89 0.56 0.39
Hex 70 9D 2C 1D 0 48 26 54 38 27
Octal 160 235 54 35 0 110 46 124 70 47
Binary 1110000 10011101 101100 11101 0 1001000 100110 1010100 111000 100111

Color Harmonies of #709D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D2C

Black with #709D2C

Text Example


Text Example

White with #709D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,44); }

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

background-color css

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

 a { background-color: rgb(112,157,44); }

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

border-color css

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

 span { border-color: rgb(112,157,44); }

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