Html Css Color HEX #71B345 Apple

📋 copy color: '#71B345'

red 113 ◦ green 179 ◦ blue 69

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

Shades of Apple #71B345

Tints of Apple #71B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.58%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 31.3%
G = 49.58%
B = 19.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#71B345 (or 0x71B345) is known color: Apple. HEX triplet: 71, B3 and 45. RGB value is (113,179,69). Sum of RGB (Red+Green+Blue) = 113+179+69=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #71B345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B345 is #8E4CBA. Grayscale: #939393. Windows color (decimal): -9325755 or 4567921. OLE color: 4567921.

HSL color Cylindrical-coordinate representation of color #71B345: hue angle of 96º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71B345 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 69 -
CMYK 0.37 0 0.61 0.30
HSL 96º 0.44% 0.49% -
HSV(B) 96º 0.61% 0.7% -
XYZ 24 36.18 11.35 -
YUV 146.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 113 179 69 0.37 0 0.61 0.30 96 0.44 0.49
Hex 71 B3 45 25 0 3D 1E 60 2C 31
Octal 161 263 105 45 0 75 36 140 54 61
Binary 1110001 10110011 1000101 100101 0 111101 11110 1100000 101100 110001

Color Harmonies of #71B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B345

Black with #71B345

Text Example


Text Example

White with #71B345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,179,69); }

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

background-color css

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

 a { background-color: rgb(113,179,69); }

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

border-color css

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

 span { border-color: rgb(113,179,69); }

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