Html Css Color HEX #709832 Sushi

📋 copy color: '#709832'

red 112 ◦ green 152 ◦ blue 50

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

Shades of Sushi #709832

Tints of Sushi #709832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 35.67%
G = 48.41%
B = 15.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#709832 (or 0x709832) is known color: Sushi. HEX triplet: 70, 98 and 32. RGB value is (112,152,50). Sum of RGB (Red+Green+Blue) = 112+152+50=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #709832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709832 is #8F67CD. Grayscale: #808080. Windows color (decimal): -9398222 or 3315824. OLE color: 3315824.

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

Color convert

RGB 112 152 50 -
CMYK 0.26 0 0.67 0.40
HSL 83.53º 0.5% 0.4% -
HSV(B) 83.53º 0.67% 0.6% -
XYZ 18.49 26.13 7.09 -
YUV 128.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 112 152 50 0.26 0 0.67 0.40 83.53 0.5 0.4
Hex 70 98 32 1A 0 43 28 54 32 28
Octal 160 230 62 32 0 103 50 124 62 50
Binary 1110000 10011000 110010 11010 0 1000011 101000 1010100 110010 101000

Color Harmonies of #709832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709832

Black with #709832

Text Example


Text Example

White with #709832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709832; }

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

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

background-color css

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

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

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

border-color css

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

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

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