Html Css Color HEX #76B450 Apple

📋 copy color: '#76B450'

red 118 ◦ green 180 ◦ blue 80

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

Shades of Apple #76B450

Tints of Apple #76B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 31.22%
G = 47.62%
B = 21.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#76B450 (or 0x76B450) is known color: Apple. HEX triplet: 76, B4 and 50. RGB value is (118,180,80). Sum of RGB (Red+Green+Blue) = 118+180+80=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #76B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B450 is #894BAF. Grayscale: #969696. Windows color (decimal): -8997808 or 5289078. OLE color: 5289078.

HSL color Cylindrical-coordinate representation of color #76B450: hue angle of 97.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76B450 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 80 -
CMYK 0.34 0 0.56 0.29
HSL 97.2º 0.4% 0.51% -
HSV(B) 97.2º 0.56% 0.71% -
XYZ 25.24 37.07 13.41 -
YUV 150.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 118 180 80 0.34 0 0.56 0.29 97.2 0.4 0.51
Hex 76 B4 50 22 0 38 1D 61 28 33
Octal 166 264 120 42 0 70 35 141 50 63
Binary 1110110 10110100 1010000 100010 0 111000 11101 1100001 101000 110011

Color Harmonies of #76B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B450

Black with #76B450

Text Example


Text Example

White with #76B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,80); }

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

background-color css

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

 a { background-color: rgb(118,180,80); }

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

border-color css

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

 span { border-color: rgb(118,180,80); }

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