Html Css Color HEX #76BE45 Apple

📋 copy color: '#76BE45'

red 118 ◦ green 190 ◦ blue 69

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

Shades of Apple #76BE45

Tints of Apple #76BE45

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 31.3%
G = 50.4%
B = 18.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#76BE45 (or 0x76BE45) is known color: Apple. HEX triplet: 76, BE and 45. RGB value is (118,190,69). Sum of RGB (Red+Green+Blue) = 118+190+69=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE45 is #8941BA. Grayscale: #9B9B9B. Windows color (decimal): -8995259 or 4570742. OLE color: 4570742.

HSL color Cylindrical-coordinate representation of color #76BE45: hue angle of 95.7º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76BE45 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 69 -
CMYK 0.38 0 0.64 0.25
HSL 95.7º 0.48% 0.51% -
HSV(B) 95.7º 0.64% 0.75% -
XYZ 26.96 41.11 12.14 -
YUV 154.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 118 190 69 0.38 0 0.64 0.25 95.7 0.48 0.51
Hex 76 BE 45 26 0 40 19 60 30 33
Octal 166 276 105 46 0 100 31 140 60 63
Binary 1110110 10111110 1000101 100110 0 1000000 11001 1100000 110000 110011

Color Harmonies of #76BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE45

Black with #76BE45

Text Example


Text Example

White with #76BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,69); }

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

background-color css

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

 a { background-color: rgb(118,190,69); }

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

border-color css

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

 span { border-color: rgb(118,190,69); }

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