Html Css Color HEX #76BB47 Apple

📋 copy color: '#76BB47'

red 118 ◦ green 187 ◦ blue 71

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

Shades of Apple #76BB47

Tints of Apple #76BB47

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 31.38%
G = 49.73%
B = 18.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#76BB47 (or 0x76BB47) is known color: Apple. HEX triplet: 76, BB and 47. RGB value is (118,187,71). Sum of RGB (Red+Green+Blue) = 118+187+71=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB47 is #8944B8. Grayscale: #999999. Windows color (decimal): -8996025 or 4701046. OLE color: 4701046.

HSL color Cylindrical-coordinate representation of color #76BB47: hue angle of 95.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76BB47 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 71 -
CMYK 0.37 0 0.62 0.27
HSL 95.69º 0.46% 0.51% -
HSV(B) 95.69º 0.62% 0.73% -
XYZ 26.38 39.85 12.26 -
YUV 153.15 81.64 102.93 -
System Red Green Blue C M Y K H S L
Decimal 118 187 71 0.37 0 0.62 0.27 95.69 0.46 0.51
Hex 76 BB 47 25 0 3E 1B 60 2E 33
Octal 166 273 107 45 0 76 33 140 56 63
Binary 1110110 10111011 1000111 100101 0 111110 11011 1100000 101110 110011

Color Harmonies of #76BB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB47

Black with #76BB47

Text Example


Text Example

White with #76BB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BB47; }

 p { color: rgb(118,187,71); }

 H1.HeaderClassName
 {
   color: #76BB47;
 }
 .AnyTagClassName
 {
   color: #76BB47;
 }
</style>

background-color css

<style>
 a { background-color: #76BB47; }

 a { background-color: rgb(118,187,71); }

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

border-color css

<style>
 span { border-color: #76BB47; }

 span { border-color: rgb(118,187,71); }

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