Html Css Color HEX #76B946 Apple

📋 copy color: '#76B946'

red 118 ◦ green 185 ◦ blue 70

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

Shades of Apple #76B946

Tints of Apple #76B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.6%

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 31.64%
G = 49.6%
B = 18.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#76B946 (or 0x76B946) is known color: Apple. HEX triplet: 76, B9 and 46. RGB value is (118,185,70). Sum of RGB (Red+Green+Blue) = 118+185+70=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #76B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B946 is #8946B9. Grayscale: #989898. Windows color (decimal): -8996538 or 4634998. OLE color: 4634998.

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

Color convert

RGB 118 185 70 -
CMYK 0.36 0 0.62 0.27
HSL 94.96º 0.45% 0.5% -
HSV(B) 94.96º 0.62% 0.73% -
XYZ 25.93 38.99 11.95 -
YUV 151.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 118 185 70 0.36 0 0.62 0.27 94.96 0.45 0.5
Hex 76 B9 46 24 0 3E 1B 5F 2D 32
Octal 166 271 106 44 0 76 33 137 55 62
Binary 1110110 10111001 1000110 100100 0 111110 11011 1011111 101101 110010

Color Harmonies of #76B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B946

Black with #76B946

Text Example


Text Example

White with #76B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,70); }

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

background-color css

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

 a { background-color: rgb(118,185,70); }

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

border-color css

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

 span { border-color: rgb(118,185,70); }

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