Html Css Color HEX #76BC3F Apple

📋 copy color: '#76BC3F'

red 118 ◦ green 188 ◦ blue 63

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

Shades of Apple #76BC3F

Tints of Apple #76BC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.95%

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

R = 31.98%
G = 50.95%
B = 17.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#76BC3F (or 0x76BC3F) is known color: Apple. HEX triplet: 76, BC and 3F. RGB value is (118,188,63). Sum of RGB (Red+Green+Blue) = 118+188+63=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC3F is #8943C0. Grayscale: #999999. Windows color (decimal): -8995777 or 4177014. OLE color: 4177014.

HSL color Cylindrical-coordinate representation of color #76BC3F: hue angle of 93.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76BC3F is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 63 -
CMYK 0.37 0 0.66 0.26
HSL 93.6º 0.5% 0.49% -
HSV(B) 93.6º 0.66% 0.74% -
XYZ 26.35 40.18 11.07 -
YUV 152.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 118 188 63 0.37 0 0.66 0.26 93.6 0.5 0.49
Hex 76 BC 3F 25 0 42 1A 5E 32 31
Octal 166 274 77 45 0 102 32 136 62 61
Binary 1110110 10111100 111111 100101 0 1000010 11010 1011110 110010 110001

Color Harmonies of #76BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC3F

Black with #76BC3F

Text Example


Text Example

White with #76BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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