Html Css Color HEX #76C336 Apple

📋 copy color: '#76C336'

red 118 ◦ green 195 ◦ blue 54

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

Shades of Apple #76C336

Tints of Apple #76C336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 32.15%
G = 53.13%
B = 14.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#76C336 (or 0x76C336) is known color: Apple. HEX triplet: 76, C3 and 36. RGB value is (118,195,54). Sum of RGB (Red+Green+Blue) = 118+195+54=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #76C336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C336 is #893CC9. Grayscale: #9C9C9C. Windows color (decimal): -8993994 or 3588982. OLE color: 3588982.

HSL color Cylindrical-coordinate representation of color #76C336: hue angle of 92.77º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76C336 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 54 -
CMYK 0.39 0 0.72 0.24
HSL 92.77º 0.57% 0.49% -
HSV(B) 92.77º 0.72% 0.76% -
XYZ 27.65 43.15 10.36 -
YUV 155.9 70.49 100.96 -
System Red Green Blue C M Y K H S L
Decimal 118 195 54 0.39 0 0.72 0.24 92.77 0.57 0.49
Hex 76 C3 36 27 0 48 18 5D 39 31
Octal 166 303 66 47 0 110 30 135 71 61
Binary 1110110 11000011 110110 100111 0 1001000 11000 1011101 111001 110001

Color Harmonies of #76C336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C336

Black with #76C336

Text Example


Text Example

White with #76C336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,54); }

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

background-color css

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

 a { background-color: rgb(118,195,54); }

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

border-color css

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

 span { border-color: rgb(118,195,54); }

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