Html Css Color HEX #76B63F Apple

📋 copy color: '#76B63F'

red 118 ◦ green 182 ◦ blue 63

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

Shades of Apple #76B63F

Tints of Apple #76B63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.14%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 32.51%
G = 50.14%
B = 17.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#76B63F (or 0x76B63F) is known color: Apple. HEX triplet: 76, B6 and 3F. RGB value is (118,182,63). Sum of RGB (Red+Green+Blue) = 118+182+63=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #76B63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B63F is #8949C0. Grayscale: #959595. Windows color (decimal): -8997313 or 4175478. OLE color: 4175478.

HSL color Cylindrical-coordinate representation of color #76B63F: hue angle of 92.27º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76B63F is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 63 -
CMYK 0.35 0 0.65 0.29
HSL 92.27º 0.49% 0.48% -
HSV(B) 92.27º 0.65% 0.71% -
XYZ 25.1 37.67 10.65 -
YUV 149.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 118 182 63 0.35 0 0.65 0.29 92.27 0.49 0.48
Hex 76 B6 3F 23 0 41 1D 5C 31 30
Octal 166 266 77 43 0 101 35 134 61 60
Binary 1110110 10110110 111111 100011 0 1000001 11101 1011100 110001 110000

Color Harmonies of #76B63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B63F

Black with #76B63F

Text Example


Text Example

White with #76B63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,182,63); }

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

background-color css

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

 a { background-color: rgb(118,182,63); }

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

border-color css

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

 span { border-color: rgb(118,182,63); }

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