Html Css Color HEX #76BA46 Apple

📋 copy color: '#76BA46'

red 118 ◦ green 186 ◦ blue 70

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

Shades of Apple #76BA46

Tints of Apple #76BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

R = 31.55%
G = 49.73%
B = 18.72%

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

#76BA46 (or 0x76BA46) is known color: Apple. HEX triplet: 76, BA and 46. RGB value is (118,186,70). Sum of RGB (Red+Green+Blue) = 118+186+70=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA46 is #8945B9. Grayscale: #989898. Windows color (decimal): -8996282 or 4635254. OLE color: 4635254.

HSL color Cylindrical-coordinate representation of color #76BA46: hue angle of 95.17º degrees, saturation: 0.46, 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 #76BA46 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 70 -
CMYK 0.37 0 0.62 0.27
HSL 95.17º 0.46% 0.5% -
HSV(B) 95.17º 0.62% 0.73% -
XYZ 26.14 39.41 12.02 -
YUV 152.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 118 186 70 0.37 0 0.62 0.27 95.17 0.46 0.5
Hex 76 BA 46 25 0 3E 1B 5F 2E 32
Octal 166 272 106 45 0 76 33 137 56 62
Binary 1110110 10111010 1000110 100101 0 111110 11011 1011111 101110 110010

Color Harmonies of #76BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA46

Black with #76BA46

Text Example


Text Example

White with #76BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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