Html Css Color HEX #76B151 Apple

📋 copy color: '#76B151'

red 118 ◦ green 177 ◦ blue 81

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

Shades of Apple #76B151

Tints of Apple #76B151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 31.38%
G = 47.07%
B = 21.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#76B151 (or 0x76B151) is known color: Apple. HEX triplet: 76, B1 and 51. RGB value is (118,177,81). Sum of RGB (Red+Green+Blue) = 118+177+81=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #76B151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B151 is #894EAE. Grayscale: #949494. Windows color (decimal): -8998575 or 5353846. OLE color: 5353846.

HSL color Cylindrical-coordinate representation of color #76B151: hue angle of 96.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76B151 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 177 81 -
CMYK 0.33 0 0.54 0.31
HSL 96.88º 0.38% 0.51% -
HSV(B) 96.88º 0.54% 0.69% -
XYZ 24.68 35.89 13.41 -
YUV 148.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 118 177 81 0.33 0 0.54 0.31 96.88 0.38 0.51
Hex 76 B1 51 21 0 36 1F 61 26 33
Octal 166 261 121 41 0 66 37 141 46 63
Binary 1110110 10110001 1010001 100001 0 110110 11111 1100001 100110 110011

Color Harmonies of #76B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B151

Black with #76B151

Text Example


Text Example

White with #76B151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,177,81); }

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

background-color css

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

 a { background-color: rgb(118,177,81); }

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

border-color css

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

 span { border-color: rgb(118,177,81); }

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