Html Css Color HEX #71972E Sushi

📋 copy color: '#71972E'

red 113 ◦ green 151 ◦ blue 46

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

Shades of Sushi #71972E

Tints of Sushi #71972E

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 151 (59.38% from 255) = 48.71%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 36.45%
G = 48.71%
B = 14.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#71972E (or 0x71972E) is known color: Sushi. HEX triplet: 71, 97 and 2E. RGB value is (113,151,46). Sum of RGB (Red+Green+Blue) = 113+151+46=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #71972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71972E is #8E68D1. Grayscale: #808080. Windows color (decimal): -9332946 or 3053425. OLE color: 3053425.

HSL color Cylindrical-coordinate representation of color #71972E: hue angle of 81.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71972E is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 46 -
CMYK 0.25 0 0.70 0.41
HSL 81.71º 0.53% 0.39% -
HSV(B) 81.71º 0.7% 0.59% -
XYZ 18.37 25.84 6.6 -
YUV 127.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 113 151 46 0.25 0 0.70 0.41 81.71 0.53 0.39
Hex 71 97 2E 19 0 46 29 52 35 27
Octal 161 227 56 31 0 106 51 122 65 47
Binary 1110001 10010111 101110 11001 0 1000110 101001 1010010 110101 100111

Color Harmonies of #71972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71972E

Black with #71972E

Text Example


Text Example

White with #71972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71972E; }

 p { color: rgb(113,151,46); }

 H1.HeaderClassName
 {
   color: #71972E;
 }
 .AnyTagClassName
 {
   color: #71972E;
 }
</style>

background-color css

<style>
 a { background-color: #71972E; }

 a { background-color: rgb(113,151,46); }

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

border-color css

<style>
 span { border-color: #71972E; }

 span { border-color: rgb(113,151,46); }

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