Html Css Color HEX #71AF5A Apple

📋 copy color: '#71AF5A'

red 113 ◦ green 175 ◦ blue 90

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

Shades of Apple #71AF5A

Tints of Apple #71AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 29.89%
G = 46.3%
B = 23.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#71AF5A (or 0x71AF5A) is known color: Apple. HEX triplet: 71, AF and 5A. RGB value is (113,175,90). Sum of RGB (Red+Green+Blue) = 113+175+90=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF5A is #8E50A5. Grayscale: #939393. Windows color (decimal): -9326758 or 5943153. OLE color: 5943153.

HSL color Cylindrical-coordinate representation of color #71AF5A: hue angle of 103.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71AF5A is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 90 -
CMYK 0.35 0 0.49 0.31
HSL 103.76º 0.35% 0.52% -
HSV(B) 103.76º 0.49% 0.69% -
XYZ 23.99 34.91 15.15 -
YUV 146.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 113 175 90 0.35 0 0.49 0.31 103.76 0.35 0.52
Hex 71 AF 5A 23 0 31 1F 68 23 34
Octal 161 257 132 43 0 61 37 150 43 64
Binary 1110001 10101111 1011010 100011 0 110001 11111 1101000 100011 110100

Color Harmonies of #71AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF5A

Black with #71AF5A

Text Example


Text Example

White with #71AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,90); }

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

background-color css

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

 a { background-color: rgb(113,175,90); }

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

border-color css

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

 span { border-color: rgb(113,175,90); }

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