Html Css Color HEX #709D32 Sushi

📋 copy color: '#709D32'

red 112 ◦ green 157 ◦ blue 50

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

Shades of Sushi #709D32

Tints of Sushi #709D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 35.11%
G = 49.22%
B = 15.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#709D32 (or 0x709D32) is known color: Sushi. HEX triplet: 70, 9D and 32. RGB value is (112,157,50). Sum of RGB (Red+Green+Blue) = 112+157+50=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #709D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D32 is #8F62CD. Grayscale: #838383. Windows color (decimal): -9396942 or 3317104. OLE color: 3317104.

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

Color convert

RGB 112 157 50 -
CMYK 0.29 0 0.68 0.38
HSL 85.23º 0.52% 0.41% -
HSV(B) 85.23º 0.68% 0.62% -
XYZ 19.31 27.79 7.36 -
YUV 131.35 82.09 114.2 -
System Red Green Blue C M Y K H S L
Decimal 112 157 50 0.29 0 0.68 0.38 85.23 0.52 0.41
Hex 70 9D 32 1D 0 44 26 55 34 29
Octal 160 235 62 35 0 104 46 125 64 51
Binary 1110000 10011101 110010 11101 0 1000100 100110 1010101 110100 101001

Color Harmonies of #709D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D32

Black with #709D32

Text Example


Text Example

White with #709D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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