Html Css Color HEX #76B347 Apple

📋 copy color: '#76B347'

red 118 ◦ green 179 ◦ blue 71

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

Shades of Apple #76B347

Tints of Apple #76B347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 32.07%
G = 48.64%
B = 19.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#76B347 (or 0x76B347) is known color: Apple. HEX triplet: 76, B3 and 47. RGB value is (118,179,71). Sum of RGB (Red+Green+Blue) = 118+179+71=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #76B347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B347 is #894CB8. Grayscale: #949494. Windows color (decimal): -8998073 or 4698998. OLE color: 4698998.

HSL color Cylindrical-coordinate representation of color #76B347: hue angle of 93.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76B347 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 71 -
CMYK 0.34 0 0.60 0.30
HSL 93.89º 0.43% 0.49% -
HSV(B) 93.89º 0.6% 0.7% -
XYZ 24.73 36.55 11.71 -
YUV 148.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 118 179 71 0.34 0 0.60 0.30 93.89 0.43 0.49
Hex 76 B3 47 22 0 3C 1E 5E 2B 31
Octal 166 263 107 42 0 74 36 136 53 61
Binary 1110110 10110011 1000111 100010 0 111100 11110 1011110 101011 110001

Color Harmonies of #76B347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B347

Black with #76B347

Text Example


Text Example

White with #76B347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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