Html Css Color HEX #76C43C Apple

📋 copy color: '#76C43C'

red 118 ◦ green 196 ◦ blue 60

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

Shades of Apple #76C43C

Tints of Apple #76C43C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.41%

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 31.55%
G = 52.41%
B = 16.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#76C43C (or 0x76C43C) is known color: Apple. HEX triplet: 76, C4 and 3C. RGB value is (118,196,60). Sum of RGB (Red+Green+Blue) = 118+196+60=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #76C43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C43C is #893BC3. Grayscale: #9D9D9D. Windows color (decimal): -8993732 or 3982454. OLE color: 3982454.

HSL color Cylindrical-coordinate representation of color #76C43C: hue angle of 94.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C43C is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 60 -
CMYK 0.40 0 0.69 0.23
HSL 94.41º 0.54% 0.5% -
HSV(B) 94.41º 0.69% 0.77% -
XYZ 28.03 43.66 11.22 -
YUV 157.17 73.16 100.06 -
System Red Green Blue C M Y K H S L
Decimal 118 196 60 0.40 0 0.69 0.23 94.41 0.54 0.5
Hex 76 C4 3C 28 0 45 17 5E 36 32
Octal 166 304 74 50 0 105 27 136 66 62
Binary 1110110 11000100 111100 101000 0 1000101 10111 1011110 110110 110010

Color Harmonies of #76C43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C43C

Black with #76C43C

Text Example


Text Example

White with #76C43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,60); }

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

background-color css

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

 a { background-color: rgb(118,196,60); }

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

border-color css

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

 span { border-color: rgb(118,196,60); }

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