Html Css Color HEX #71B05C Apple

📋 copy color: '#71B05C'

red 113 ◦ green 176 ◦ blue 92

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

Shades of Apple #71B05C

Tints of Apple #71B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 29.66%
G = 46.19%
B = 24.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#71B05C (or 0x71B05C) is known color: Apple. HEX triplet: 71, B0 and 5C. RGB value is (113,176,92). Sum of RGB (Red+Green+Blue) = 113+176+92=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #71B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B05C is #8E4FA3. Grayscale: #939393. Windows color (decimal): -9326500 or 6074481. OLE color: 6074481.

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

Color convert

RGB 113 176 92 -
CMYK 0.36 0 0.48 0.31
HSL 105º 0.35% 0.53% -
HSV(B) 105º 0.48% 0.69% -
XYZ 24.27 35.33 15.67 -
YUV 147.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 113 176 92 0.36 0 0.48 0.31 105 0.35 0.53
Hex 71 B0 5C 24 0 30 1F 69 23 35
Octal 161 260 134 44 0 60 37 151 43 65
Binary 1110001 10110000 1011100 100100 0 110000 11111 1101001 100011 110101

Color Harmonies of #71B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B05C

Black with #71B05C

Text Example


Text Example

White with #71B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,176,92); }

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

background-color css

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

 a { background-color: rgb(113,176,92); }

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

border-color css

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

 span { border-color: rgb(113,176,92); }

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