Html Css Color HEX #71A135 Sushi

📋 copy color: '#71A135'

red 113 ◦ green 161 ◦ blue 53

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

Shades of Sushi #71A135

Tints of Sushi #71A135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 34.56%
G = 49.24%
B = 16.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#71A135 (or 0x71A135) is known color: Sushi. HEX triplet: 71, A1 and 35. RGB value is (113,161,53). Sum of RGB (Red+Green+Blue) = 113+161+53=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #71A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A135 is #8E5ECA. Grayscale: #868686. Windows color (decimal): -9330379 or 3514737. OLE color: 3514737.

HSL color Cylindrical-coordinate representation of color #71A135: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71A135 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 53 -
CMYK 0.30 0 0.67 0.37
HSL 86.67º 0.5% 0.42% -
HSV(B) 86.67º 0.67% 0.63% -
XYZ 20.2 29.26 7.95 -
YUV 134.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 113 161 53 0.30 0 0.67 0.37 86.67 0.5 0.42
Hex 71 A1 35 1E 0 43 25 57 32 2A
Octal 161 241 65 36 0 103 45 127 62 52
Binary 1110001 10100001 110101 11110 0 1000011 100101 1010111 110010 101010

Color Harmonies of #71A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A135

Black with #71A135

Text Example


Text Example

White with #71A135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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