Html Css Color HEX #709F2C Sushi

📋 copy color: '#709F2C'

red 112 ◦ green 159 ◦ blue 44

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

Shades of Sushi #709F2C

Tints of Sushi #709F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.48%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 35.56%
G = 50.48%
B = 13.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#709F2C (or 0x709F2C) is known color: Sushi. HEX triplet: 70, 9F and 2C. RGB value is (112,159,44). Sum of RGB (Red+Green+Blue) = 112+159+44=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #709F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F2C is #8F60D3. Grayscale: #848484. Windows color (decimal): -9396436 or 2924400. OLE color: 2924400.

HSL color Cylindrical-coordinate representation of color #709F2C: hue angle of 84.52º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #709F2C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 44 -
CMYK 0.30 0 0.72 0.38
HSL 84.52º 0.57% 0.4% -
HSV(B) 84.52º 0.72% 0.62% -
XYZ 19.53 28.42 6.84 -
YUV 131.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 112 159 44 0.30 0 0.72 0.38 84.52 0.57 0.4
Hex 70 9F 2C 1E 0 48 26 55 39 28
Octal 160 237 54 36 0 110 46 125 71 50
Binary 1110000 10011111 101100 11110 0 1001000 100110 1010101 111001 101000

Color Harmonies of #709F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F2C

Black with #709F2C

Text Example


Text Example

White with #709F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,44); }

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

background-color css

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

 a { background-color: rgb(112,159,44); }

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

border-color css

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

 span { border-color: rgb(112,159,44); }

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