Html Css Color HEX #709C2B Sushi

📋 copy color: '#709C2B'

red 112 ◦ green 156 ◦ blue 43

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

Shades of Sushi #709C2B

Tints of Sushi #709C2B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.16%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 36.01%
G = 50.16%
B = 13.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#709C2B (or 0x709C2B) is known color: Sushi. HEX triplet: 70, 9C and 2B. RGB value is (112,156,43). Sum of RGB (Red+Green+Blue) = 112+156+43=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #709C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C2B is #8F63D4. Grayscale: #828282. Windows color (decimal): -9397205 or 2858096. OLE color: 2858096.

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

Color convert

RGB 112 156 43 -
CMYK 0.28 0 0.72 0.39
HSL 83.36º 0.57% 0.39% -
HSV(B) 83.36º 0.72% 0.61% -
XYZ 19.01 27.4 6.57 -
YUV 129.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 112 156 43 0.28 0 0.72 0.39 83.36 0.57 0.39
Hex 70 9C 2B 1C 0 48 27 53 39 27
Octal 160 234 53 34 0 110 47 123 71 47
Binary 1110000 10011100 101011 11100 0 1001000 100111 1010011 111001 100111

Color Harmonies of #709C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C2B

Black with #709C2B

Text Example


Text Example

White with #709C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,43); }

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

background-color css

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

 a { background-color: rgb(112,156,43); }

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

border-color css

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

 span { border-color: rgb(112,156,43); }

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