Html Css Color HEX #76BD46 Apple

📋 copy color: '#76BD46'

red 118 ◦ green 189 ◦ blue 70

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

Shades of Apple #76BD46

Tints of Apple #76BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.13%

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

R = 31.3%
G = 50.13%
B = 18.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#76BD46 (or 0x76BD46) is known color: Apple. HEX triplet: 76, BD and 46. RGB value is (118,189,70). Sum of RGB (Red+Green+Blue) = 118+189+70=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD46 is #8942B9. Grayscale: #9A9A9A. Windows color (decimal): -8995514 or 4636022. OLE color: 4636022.

HSL color Cylindrical-coordinate representation of color #76BD46: hue angle of 95.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76BD46 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 70 -
CMYK 0.38 0 0.63 0.26
HSL 95.8º 0.47% 0.51% -
HSV(B) 95.8º 0.63% 0.74% -
XYZ 26.77 40.69 12.24 -
YUV 154.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 118 189 70 0.38 0 0.63 0.26 95.8 0.47 0.51
Hex 76 BD 46 26 0 3F 1A 60 2F 33
Octal 166 275 106 46 0 77 32 140 57 63
Binary 1110110 10111101 1000110 100110 0 111111 11010 1100000 101111 110011

Color Harmonies of #76BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD46

Black with #76BD46

Text Example


Text Example

White with #76BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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