Html Css Color HEX #71A440 Sushi

📋 copy color: '#71A440'

red 113 ◦ green 164 ◦ blue 64

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

Shades of Sushi #71A440

Tints of Sushi #71A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

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

R = 33.14%
G = 48.09%
B = 18.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#71A440 (or 0x71A440) is known color: Sushi. HEX triplet: 71, A4 and 40. RGB value is (113,164,64). Sum of RGB (Red+Green+Blue) = 113+164+64=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #71A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A440 is #8E5BBF. Grayscale: #898989. Windows color (decimal): -9329600 or 4236401. OLE color: 4236401.

HSL color Cylindrical-coordinate representation of color #71A440: hue angle of 90.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71A440 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 64 -
CMYK 0.31 0 0.61 0.36
HSL 90.6º 0.44% 0.45% -
HSV(B) 90.6º 0.61% 0.64% -
XYZ 21.01 30.43 9.62 -
YUV 137.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 113 164 64 0.31 0 0.61 0.36 90.6 0.44 0.45
Hex 71 A4 40 1F 0 3D 24 5B 2C 2D
Octal 161 244 100 37 0 75 44 133 54 55
Binary 1110001 10100100 1000000 11111 0 111101 100100 1011011 101100 101101

Color Harmonies of #71A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A440

Black with #71A440

Text Example


Text Example

White with #71A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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