Html Css Color HEX #76BB45 Apple

📋 copy color: '#76BB45'

red 118 ◦ green 187 ◦ blue 69

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

Shades of Apple #76BB45

Tints of Apple #76BB45

RGB

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

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

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

R = 31.55%
G = 50%
B = 18.45%

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

#76BB45 (or 0x76BB45) is known color: Apple. HEX triplet: 76, BB and 45. RGB value is (118,187,69). Sum of RGB (Red+Green+Blue) = 118+187+69=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB45 is #8944BA. Grayscale: #999999. Windows color (decimal): -8996027 or 4569974. OLE color: 4569974.

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

Color convert

RGB 118 187 69 -
CMYK 0.37 0 0.63 0.27
HSL 95.08º 0.46% 0.5% -
HSV(B) 95.08º 0.63% 0.73% -
XYZ 26.32 39.82 11.93 -
YUV 152.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 118 187 69 0.37 0 0.63 0.27 95.08 0.46 0.5
Hex 76 BB 45 25 0 3F 1B 5F 2E 32
Octal 166 273 105 45 0 77 33 137 56 62
Binary 1110110 10111011 1000101 100101 0 111111 11011 1011111 101110 110010

Color Harmonies of #76BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB45

Black with #76BB45

Text Example


Text Example

White with #76BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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