Html Css Color HEX #76C33B Apple

📋 copy color: '#76C33B'

red 118 ◦ green 195 ◦ blue 59

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

Shades of Apple #76C33B

Tints of Apple #76C33B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.42%

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 31.72%
G = 52.42%
B = 15.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#76C33B (or 0x76C33B) is known color: Apple. HEX triplet: 76, C3 and 3B. RGB value is (118,195,59). Sum of RGB (Red+Green+Blue) = 118+195+59=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #76C33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C33B is #893CC4. Grayscale: #9C9C9C. Windows color (decimal): -8993989 or 3916662. OLE color: 3916662.

HSL color Cylindrical-coordinate representation of color #76C33B: hue angle of 93.97º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76C33B is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 59 -
CMYK 0.39 0 0.70 0.24
HSL 93.97º 0.54% 0.5% -
HSV(B) 93.97º 0.7% 0.76% -
XYZ 27.78 43.2 11.01 -
YUV 156.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 118 195 59 0.39 0 0.70 0.24 93.97 0.54 0.5
Hex 76 C3 3B 27 0 46 18 5E 36 32
Octal 166 303 73 47 0 106 30 136 66 62
Binary 1110110 11000011 111011 100111 0 1000110 11000 1011110 110110 110010

Color Harmonies of #76C33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C33B

Black with #76C33B

Text Example


Text Example

White with #76C33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,59); }

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

background-color css

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

 a { background-color: rgb(118,195,59); }

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

border-color css

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

 span { border-color: rgb(118,195,59); }

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