Html Css Color HEX #709535 Sushi

📋 copy color: '#709535'

red 112 ◦ green 149 ◦ blue 53

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

Shades of Sushi #709535

Tints of Sushi #709535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 35.67%
G = 47.45%
B = 16.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#709535 (or 0x709535) is known color: Sushi. HEX triplet: 70, 95 and 35. RGB value is (112,149,53). Sum of RGB (Red+Green+Blue) = 112+149+53=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #709535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709535 is #8F6ACA. Grayscale: #7F7F7F. Windows color (decimal): -9398987 or 3511664. OLE color: 3511664.

HSL color Cylindrical-coordinate representation of color #709535: hue angle of 83.13º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #709535 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 53 -
CMYK 0.25 0 0.64 0.42
HSL 83.13º 0.48% 0.4% -
HSV(B) 83.13º 0.64% 0.58% -
XYZ 18.07 25.2 7.28 -
YUV 126.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 112 149 53 0.25 0 0.64 0.42 83.13 0.48 0.4
Hex 70 95 35 19 0 40 2A 53 30 28
Octal 160 225 65 31 0 100 52 123 60 50
Binary 1110000 10010101 110101 11001 0 1000000 101010 1010011 110000 101000

Color Harmonies of #709535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709535

Black with #709535

Text Example


Text Example

White with #709535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709535; }

 p { color: rgb(112,149,53); }

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

background-color css

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

 a { background-color: rgb(112,149,53); }

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

border-color css

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

 span { border-color: rgb(112,149,53); }

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