Html Css Color HEX #76BF46 Apple

📋 copy color: '#76BF46'

red 118 ◦ green 191 ◦ blue 70

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

Shades of Apple #76BF46

Tints of Apple #76BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 50.4%

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

R = 31.13%
G = 50.4%
B = 18.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#76BF46 (or 0x76BF46) is known color: Apple. HEX triplet: 76, BF and 46. RGB value is (118,191,70). Sum of RGB (Red+Green+Blue) = 118+191+70=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF46 is #8940B9. Grayscale: #9B9B9B. Windows color (decimal): -8995002 or 4636534. OLE color: 4636534.

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

Color convert

RGB 118 191 70 -
CMYK 0.38 0 0.63 0.25
HSL 96.2º 0.49% 0.51% -
HSV(B) 96.2º 0.63% 0.75% -
XYZ 27.21 41.56 12.38 -
YUV 155.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 118 191 70 0.38 0 0.63 0.25 96.2 0.49 0.51
Hex 76 BF 46 26 0 3F 19 60 31 33
Octal 166 277 106 46 0 77 31 140 61 63
Binary 1110110 10111111 1000110 100110 0 111111 11001 1100000 110001 110011

Color Harmonies of #76BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF46

Black with #76BF46

Text Example


Text Example

White with #76BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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