Html Css Color HEX #71A140 Sushi

📋 copy color: '#71A140'

red 113 ◦ green 161 ◦ blue 64

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

Shades of Sushi #71A140

Tints of Sushi #71A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.63%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 33.43%
G = 47.63%
B = 18.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#71A140 (or 0x71A140) is known color: Sushi. HEX triplet: 71, A1 and 40. RGB value is (113,161,64). Sum of RGB (Red+Green+Blue) = 113+161+64=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #71A140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A140 is #8E5EBF. Grayscale: #878787. Windows color (decimal): -9330368 or 4235633. OLE color: 4235633.

HSL color Cylindrical-coordinate representation of color #71A140: hue angle of 89.69º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71A140 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 64 -
CMYK 0.30 0 0.60 0.37
HSL 89.69º 0.43% 0.44% -
HSV(B) 89.69º 0.6% 0.63% -
XYZ 20.48 29.37 9.44 -
YUV 135.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 113 161 64 0.30 0 0.60 0.37 89.69 0.43 0.44
Hex 71 A1 40 1E 0 3C 25 5A 2B 2C
Octal 161 241 100 36 0 74 45 132 53 54
Binary 1110001 10100001 1000000 11110 0 111100 100101 1011010 101011 101100

Color Harmonies of #71A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A140

Black with #71A140

Text Example


Text Example

White with #71A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A140; }

 p { color: rgb(113,161,64); }

 H1.HeaderClassName
 {
   color: #71A140;
 }
 .AnyTagClassName
 {
   color: #71A140;
 }
</style>

background-color css

<style>
 a { background-color: #71A140; }

 a { background-color: rgb(113,161,64); }

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

border-color css

<style>
 span { border-color: #71A140; }

 span { border-color: rgb(113,161,64); }

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