Html Css Color HEX #709632 Sushi

📋 copy color: '#709632'

red 112 ◦ green 150 ◦ blue 50

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

Shades of Sushi #709632

Tints of Sushi #709632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

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

R = 35.9%
G = 48.08%
B = 16.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#709632 (or 0x709632) is known color: Sushi. HEX triplet: 70, 96 and 32. RGB value is (112,150,50). Sum of RGB (Red+Green+Blue) = 112+150+50=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #709632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709632 is #8F69CD. Grayscale: #7F7F7F. Windows color (decimal): -9398734 or 3315312. OLE color: 3315312.

HSL color Cylindrical-coordinate representation of color #709632: hue angle of 82.8º 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 #709632 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 50 -
CMYK 0.25 0 0.67 0.41
HSL 82.8º 0.5% 0.39% -
HSV(B) 82.8º 0.67% 0.59% -
XYZ 18.16 25.49 6.98 -
YUV 127.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 112 150 50 0.25 0 0.67 0.41 82.8 0.5 0.39
Hex 70 96 32 19 0 43 29 53 32 27
Octal 160 226 62 31 0 103 51 123 62 47
Binary 1110000 10010110 110010 11001 0 1000011 101001 1010011 110010 100111

Color Harmonies of #709632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709632

Black with #709632

Text Example


Text Example

White with #709632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709632; }

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

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

background-color css

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

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

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

border-color css

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

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

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