Html Css Color HEX #709E34 Sushi

📋 copy color: '#709E34'

red 112 ◦ green 158 ◦ blue 52

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

Shades of Sushi #709E34

Tints of Sushi #709E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.07%

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

R = 34.78%
G = 49.07%
B = 16.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#709E34 (or 0x709E34) is known color: Sushi. HEX triplet: 70, 9E and 34. RGB value is (112,158,52). Sum of RGB (Red+Green+Blue) = 112+158+52=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #709E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709E34 is #8F61CB. Grayscale: #848484. Windows color (decimal): -9396684 or 3448432. OLE color: 3448432.

HSL color Cylindrical-coordinate representation of color #709E34: hue angle of 86.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709E34 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 52 -
CMYK 0.29 0 0.67 0.38
HSL 86.04º 0.5% 0.41% -
HSV(B) 86.04º 0.67% 0.62% -
XYZ 19.53 28.15 7.65 -
YUV 132.16 82.76 113.62 -
System Red Green Blue C M Y K H S L
Decimal 112 158 52 0.29 0 0.67 0.38 86.04 0.5 0.41
Hex 70 9E 34 1D 0 43 26 56 32 29
Octal 160 236 64 35 0 103 46 126 62 51
Binary 1110000 10011110 110100 11101 0 1000011 100110 1010110 110010 101001

Color Harmonies of #709E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E34

Black with #709E34

Text Example


Text Example

White with #709E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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