Html Css Color HEX #71993A Sushi

📋 copy color: '#71993A'

red 113 ◦ green 153 ◦ blue 58

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

Shades of Sushi #71993A

Tints of Sushi #71993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 34.88%
G = 47.22%
B = 17.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#71993A (or 0x71993A) is known color: Sushi. HEX triplet: 71, 99 and 3A. RGB value is (113,153,58). Sum of RGB (Red+Green+Blue) = 113+153+58=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #71993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71993A is #8E66C5. Grayscale: #828282. Windows color (decimal): -9332422 or 3840369. OLE color: 3840369.

HSL color Cylindrical-coordinate representation of color #71993A: hue angle of 85.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71993A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 58 -
CMYK 0.26 0 0.62 0.4
HSL 85.26º 0.45% 0.41% -
HSV(B) 85.26º 0.62% 0.6% -
XYZ 18.97 26.6 8.14 -
YUV 130.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 113 153 58 0.26 0 0.62 0.4 85.26 0.45 0.41
Hex 71 99 3A 1A 0 3E 28 55 2D 29
Octal 161 231 72 32 0 76 50 125 55 51
Binary 1110001 10011001 111010 11010 0 111110 101000 1010101 101101 101001

Color Harmonies of #71993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71993A

Black with #71993A

Text Example


Text Example

White with #71993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71993A; }

 p { color: rgb(113,153,58); }

 H1.HeaderClassName
 {
   color: #71993A;
 }
 .AnyTagClassName
 {
   color: #71993A;
 }
</style>

background-color css

<style>
 a { background-color: #71993A; }

 a { background-color: rgb(113,153,58); }

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

border-color css

<style>
 span { border-color: #71993A; }

 span { border-color: rgb(113,153,58); }

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