Html Css Color HEX #76BB46 Apple

📋 copy color: '#76BB46'

red 118 ◦ green 187 ◦ blue 70

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

Shades of Apple #76BB46

Tints of Apple #76BB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 31.47%
G = 49.87%
B = 18.67%

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

#76BB46 (or 0x76BB46) is known color: Apple. HEX triplet: 76, BB and 46. RGB value is (118,187,70). Sum of RGB (Red+Green+Blue) = 118+187+70=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB46 is #8944B9. Grayscale: #999999. Windows color (decimal): -8996026 or 4635510. OLE color: 4635510.

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

Color convert

RGB 118 187 70 -
CMYK 0.37 0 0.63 0.27
HSL 95.38º 0.46% 0.5% -
HSV(B) 95.38º 0.63% 0.73% -
XYZ 26.35 39.83 12.09 -
YUV 153.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 118 187 70 0.37 0 0.63 0.27 95.38 0.46 0.5
Hex 76 BB 46 25 0 3F 1B 5F 2E 32
Octal 166 273 106 45 0 77 33 137 56 62
Binary 1110110 10111011 1000110 100101 0 111111 11011 1011111 101110 110010

Color Harmonies of #76BB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB46

Black with #76BB46

Text Example


Text Example

White with #76BB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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