Html Css Color HEX #76BC3E Apple

📋 copy color: '#76BC3E'

red 118 ◦ green 188 ◦ blue 62

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

Shades of Apple #76BC3E

Tints of Apple #76BC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 32.07%
G = 51.09%
B = 16.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#76BC3E (or 0x76BC3E) is known color: Apple. HEX triplet: 76, BC and 3E. RGB value is (118,188,62). Sum of RGB (Red+Green+Blue) = 118+188+62=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC3E is #8943C1. Grayscale: #999999. Windows color (decimal): -8995778 or 4111478. OLE color: 4111478.

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

Color convert

RGB 118 188 62 -
CMYK 0.37 0 0.67 0.26
HSL 93.33º 0.5% 0.49% -
HSV(B) 93.33º 0.67% 0.74% -
XYZ 26.32 40.17 10.92 -
YUV 152.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 118 188 62 0.37 0 0.67 0.26 93.33 0.5 0.49
Hex 76 BC 3E 25 0 43 1A 5D 32 31
Octal 166 274 76 45 0 103 32 135 62 61
Binary 1110110 10111100 111110 100101 0 1000011 11010 1011101 110010 110001

Color Harmonies of #76BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC3E

Black with #76BC3E

Text Example


Text Example

White with #76BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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