Html Css Color HEX #76B33F Apple

📋 copy color: '#76B33F'

red 118 ◦ green 179 ◦ blue 63

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

Shades of Apple #76B33F

Tints of Apple #76B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.72%

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

R = 32.78%
G = 49.72%
B = 17.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#76B33F (or 0x76B33F) is known color: Apple. HEX triplet: 76, B3 and 3F. RGB value is (118,179,63). Sum of RGB (Red+Green+Blue) = 118+179+63=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #76B33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B33F is #894CC0. Grayscale: #939393. Windows color (decimal): -8998081 or 4174710. OLE color: 4174710.

HSL color Cylindrical-coordinate representation of color #76B33F: hue angle of 91.55º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76B33F is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 63 -
CMYK 0.34 0 0.65 0.30
HSL 91.55º 0.48% 0.47% -
HSV(B) 91.55º 0.65% 0.7% -
XYZ 24.49 36.45 10.45 -
YUV 147.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 118 179 63 0.34 0 0.65 0.30 91.55 0.48 0.47
Hex 76 B3 3F 22 0 41 1E 5C 30 2F
Octal 166 263 77 42 0 101 36 134 60 57
Binary 1110110 10110011 111111 100010 0 1000001 11110 1011100 110000 101111

Color Harmonies of #76B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B33F

Black with #76B33F

Text Example


Text Example

White with #76B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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