Html Css Color HEX #709B2F Sushi

📋 copy color: '#709B2F'

red 112 ◦ green 155 ◦ blue 47

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

Shades of Sushi #709B2F

Tints of Sushi #709B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 35.67%
G = 49.36%
B = 14.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#709B2F (or 0x709B2F) is known color: Sushi. HEX triplet: 70, 9B and 2F. RGB value is (112,155,47). Sum of RGB (Red+Green+Blue) = 112+155+47=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #709B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B2F is #8F64D0. Grayscale: #828282. Windows color (decimal): -9397457 or 3119984. OLE color: 3119984.

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

Color convert

RGB 112 155 47 -
CMYK 0.28 0 0.70 0.39
HSL 83.89º 0.53% 0.4% -
HSV(B) 83.89º 0.7% 0.61% -
XYZ 18.92 27.09 6.92 -
YUV 129.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 112 155 47 0.28 0 0.70 0.39 83.89 0.53 0.4
Hex 70 9B 2F 1C 0 46 27 54 35 28
Octal 160 233 57 34 0 106 47 124 65 50
Binary 1110000 10011011 101111 11100 0 1000110 100111 1010100 110101 101000

Color Harmonies of #709B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B2F

Black with #709B2F

Text Example


Text Example

White with #709B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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