Html Css Color HEX #709B34 Sushi

📋 copy color: '#709B34'

red 112 ◦ green 155 ◦ blue 52

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

Shades of Sushi #709B34

Tints of Sushi #709B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 35.11%
G = 48.59%
B = 16.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#709B34 (or 0x709B34) is known color: Sushi. HEX triplet: 70, 9B and 34. RGB value is (112,155,52). Sum of RGB (Red+Green+Blue) = 112+155+52=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #709B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B34 is #8F64CB. Grayscale: #828282. Windows color (decimal): -9397452 or 3447664. OLE color: 3447664.

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

Color convert

RGB 112 155 52 -
CMYK 0.28 0 0.66 0.39
HSL 85.05º 0.5% 0.41% -
HSV(B) 85.05º 0.66% 0.61% -
XYZ 19.02 27.14 7.48 -
YUV 130.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 112 155 52 0.28 0 0.66 0.39 85.05 0.5 0.41
Hex 70 9B 34 1C 0 42 27 55 32 29
Octal 160 233 64 34 0 102 47 125 62 51
Binary 1110000 10011011 110100 11100 0 1000010 100111 1010101 110010 101001

Color Harmonies of #709B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B34

Black with #709B34

Text Example


Text Example

White with #709B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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