Html Css Color HEX #76BB4A Apple

📋 copy color: '#76BB4A'

red 118 ◦ green 187 ◦ blue 74

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

Shades of Apple #76BB4A

Tints of Apple #76BB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.34%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 31.13%
G = 49.34%
B = 19.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#76BB4A (or 0x76BB4A) is known color: Apple. HEX triplet: 76, BB and 4A. RGB value is (118,187,74). Sum of RGB (Red+Green+Blue) = 118+187+74=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB4A is #8944B5. Grayscale: #999999. Windows color (decimal): -8996022 or 4897654. OLE color: 4897654.

HSL color Cylindrical-coordinate representation of color #76BB4A: hue angle of 96.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76BB4A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 74 -
CMYK 0.37 0 0.60 0.27
HSL 96.64º 0.45% 0.51% -
HSV(B) 96.64º 0.6% 0.73% -
XYZ 26.48 39.89 12.78 -
YUV 153.49 83.14 102.69 -
System Red Green Blue C M Y K H S L
Decimal 118 187 74 0.37 0 0.60 0.27 96.64 0.45 0.51
Hex 76 BB 4A 25 0 3C 1B 61 2D 33
Octal 166 273 112 45 0 74 33 141 55 63
Binary 1110110 10111011 1001010 100101 0 111100 11011 1100001 101101 110011

Color Harmonies of #76BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB4A

Black with #76BB4A

Text Example


Text Example

White with #76BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,74); }

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

background-color css

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

 a { background-color: rgb(118,187,74); }

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

border-color css

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

 span { border-color: rgb(118,187,74); }

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