Html Css Color HEX #76C537 Apple

📋 copy color: '#76C537'

red 118 ◦ green 197 ◦ blue 55

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

Shades of Apple #76C537

Tints of Apple #76C537

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.24%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 31.89%
G = 53.24%
B = 14.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#76C537 (or 0x76C537) is known color: Apple. HEX triplet: 76, C5 and 37. RGB value is (118,197,55). Sum of RGB (Red+Green+Blue) = 118+197+55=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #76C537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C537 is #893AC8. Grayscale: #9D9D9D. Windows color (decimal): -8993481 or 3655030. OLE color: 3655030.

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

Color convert

RGB 118 197 55 -
CMYK 0.40 0 0.72 0.23
HSL 93.38º 0.56% 0.49% -
HSV(B) 93.38º 0.72% 0.77% -
XYZ 28.13 44.06 10.64 -
YUV 157.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 118 197 55 0.40 0 0.72 0.23 93.38 0.56 0.49
Hex 76 C5 37 28 0 48 17 5D 38 31
Octal 166 305 67 50 0 110 27 135 70 61
Binary 1110110 11000101 110111 101000 0 1001000 10111 1011101 111000 110001

Color Harmonies of #76C537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C537

Black with #76C537

Text Example


Text Example

White with #76C537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,55); }

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

background-color css

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

 a { background-color: rgb(118,197,55); }

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

border-color css

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

 span { border-color: rgb(118,197,55); }

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