Html Css Color HEX #76BA4A Apple

📋 copy color: '#76BA4A'

red 118 ◦ green 186 ◦ blue 74

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

Shades of Apple #76BA4A

Tints of Apple #76BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 31.22%
G = 49.21%
B = 19.58%

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

#76BA4A (or 0x76BA4A) is known color: Apple. HEX triplet: 76, BA and 4A. RGB value is (118,186,74). Sum of RGB (Red+Green+Blue) = 118+186+74=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA4A is #8945B5. Grayscale: #999999. Windows color (decimal): -8996278 or 4897398. OLE color: 4897398.

HSL color Cylindrical-coordinate representation of color #76BA4A: hue angle of 96.43º 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 #76BA4A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 74 -
CMYK 0.37 0 0.60 0.27
HSL 96.43º 0.45% 0.51% -
HSV(B) 96.43º 0.6% 0.73% -
XYZ 26.27 39.46 12.71 -
YUV 152.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 118 186 74 0.37 0 0.60 0.27 96.43 0.45 0.51
Hex 76 BA 4A 25 0 3C 1B 60 2D 33
Octal 166 272 112 45 0 74 33 140 55 63
Binary 1110110 10111010 1001010 100101 0 111100 11011 1100000 101101 110011

Color Harmonies of #76BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA4A

Black with #76BA4A

Text Example


Text Example

White with #76BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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