Html Css Color HEX #709B42 Sushi

📋 copy color: '#709B42'

red 112 ◦ green 155 ◦ blue 66

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

Shades of Sushi #709B42

Tints of Sushi #709B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.55%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 33.63%
G = 46.55%
B = 19.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#709B42 (or 0x709B42) is known color: Sushi. HEX triplet: 70, 9B and 42. RGB value is (112,155,66). Sum of RGB (Red+Green+Blue) = 112+155+66=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #709B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B42 is #8F64BD. Grayscale: #848484. Windows color (decimal): -9397438 or 4365168. OLE color: 4365168.

HSL color Cylindrical-coordinate representation of color #709B42: hue angle of 88.99º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #709B42 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 66 -
CMYK 0.28 0 0.57 0.39
HSL 88.99º 0.4% 0.43% -
HSV(B) 88.99º 0.57% 0.61% -
XYZ 19.39 27.28 9.4 -
YUV 132 90.75 113.74 -
System Red Green Blue C M Y K H S L
Decimal 112 155 66 0.28 0 0.57 0.39 88.99 0.4 0.43
Hex 70 9B 42 1C 0 39 27 59 28 2B
Octal 160 233 102 34 0 71 47 131 50 53
Binary 1110000 10011011 1000010 11100 0 111001 100111 1011001 101000 101011

Color Harmonies of #709B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B42

Black with #709B42

Text Example


Text Example

White with #709B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,66); }

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

background-color css

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

 a { background-color: rgb(112,155,66); }

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

border-color css

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

 span { border-color: rgb(112,155,66); }

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