Html Css Color HEX #709732 Sushi

📋 copy color: '#709732'

red 112 ◦ green 151 ◦ blue 50

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

Shades of Sushi #709732

Tints of Sushi #709732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.24%

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

R = 35.78%
G = 48.24%
B = 15.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#709732 (or 0x709732) is known color: Sushi. HEX triplet: 70, 97 and 32. RGB value is (112,151,50). Sum of RGB (Red+Green+Blue) = 112+151+50=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #709732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709732 is #8F68CD. Grayscale: #808080. Windows color (decimal): -9398478 or 3315568. OLE color: 3315568.

HSL color Cylindrical-coordinate representation of color #709732: hue angle of 83.17º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709732 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 50 -
CMYK 0.26 0 0.67 0.41
HSL 83.17º 0.5% 0.39% -
HSV(B) 83.17º 0.67% 0.59% -
XYZ 18.32 25.81 7.03 -
YUV 127.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 112 151 50 0.26 0 0.67 0.41 83.17 0.5 0.39
Hex 70 97 32 1A 0 43 29 53 32 27
Octal 160 227 62 32 0 103 51 123 62 47
Binary 1110000 10010111 110010 11010 0 1000011 101001 1010011 110010 100111

Color Harmonies of #709732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709732

Black with #709732

Text Example


Text Example

White with #709732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709732; }

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

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

background-color css

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

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

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

border-color css

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

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

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