Html Css Color HEX #71A83A Sushi

📋 copy color: '#71A83A'

red 113 ◦ green 168 ◦ blue 58

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

Shades of Sushi #71A83A

Tints of Sushi #71A83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.56%

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

R = 33.33%
G = 49.56%
B = 17.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#71A83A (or 0x71A83A) is known color: Sushi. HEX triplet: 71, A8 and 3A. RGB value is (113,168,58). Sum of RGB (Red+Green+Blue) = 113+168+58=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #71A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A83A is #8E57C5. Grayscale: #8B8B8B. Windows color (decimal): -9328582 or 3844209. OLE color: 3844209.

HSL color Cylindrical-coordinate representation of color #71A83A: hue angle of 90º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71A83A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 58 -
CMYK 0.33 0 0.65 0.34
HSL 90º 0.49% 0.44% -
HSV(B) 90º 0.65% 0.66% -
XYZ 21.58 31.82 9.01 -
YUV 139.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 113 168 58 0.33 0 0.65 0.34 90 0.49 0.44
Hex 71 A8 3A 21 0 41 22 5A 31 2C
Octal 161 250 72 41 0 101 42 132 61 54
Binary 1110001 10101000 111010 100001 0 1000001 100010 1011010 110001 101100

Color Harmonies of #71A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A83A

Black with #71A83A

Text Example


Text Example

White with #71A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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