Html Css Color HEX #76BA44 Apple

📋 copy color: '#76BA44'

red 118 ◦ green 186 ◦ blue 68

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

Shades of Apple #76BA44

Tints of Apple #76BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 31.72%
G = 50%
B = 18.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#76BA44 (or 0x76BA44) is known color: Apple. HEX triplet: 76, BA and 44. RGB value is (118,186,68). Sum of RGB (Red+Green+Blue) = 118+186+68=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA44 is #8945BB. Grayscale: #989898. Windows color (decimal): -8996284 or 4504182. OLE color: 4504182.

HSL color Cylindrical-coordinate representation of color #76BA44: hue angle of 94.58º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76BA44 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 68 -
CMYK 0.37 0 0.63 0.27
HSL 94.58º 0.46% 0.5% -
HSV(B) 94.58º 0.63% 0.73% -
XYZ 26.07 39.39 11.7 -
YUV 152.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 118 186 68 0.37 0 0.63 0.27 94.58 0.46 0.5
Hex 76 BA 44 25 0 3F 1B 5F 2E 32
Octal 166 272 104 45 0 77 33 137 56 62
Binary 1110110 10111010 1000100 100101 0 111111 11011 1011111 101110 110010

Color Harmonies of #76BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA44

Black with #76BA44

Text Example


Text Example

White with #76BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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