Html Css Color HEX #76B343 Apple

📋 copy color: '#76B343'

red 118 ◦ green 179 ◦ blue 67

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

Shades of Apple #76B343

Tints of Apple #76B343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 32.42%
G = 49.18%
B = 18.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#76B343 (or 0x76B343) is known color: Apple. HEX triplet: 76, B3 and 43. RGB value is (118,179,67). Sum of RGB (Red+Green+Blue) = 118+179+67=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #76B343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B343 is #894CBC. Grayscale: #949494. Windows color (decimal): -8998077 or 4436854. OLE color: 4436854.

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

Color convert

RGB 118 179 67 -
CMYK 0.34 0 0.63 0.30
HSL 92.68º 0.46% 0.48% -
HSV(B) 92.68º 0.63% 0.7% -
XYZ 24.6 36.5 11.06 -
YUV 147.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 118 179 67 0.34 0 0.63 0.30 92.68 0.46 0.48
Hex 76 B3 43 22 0 3F 1E 5D 2E 30
Octal 166 263 103 42 0 77 36 135 56 60
Binary 1110110 10110011 1000011 100010 0 111111 11110 1011101 101110 110000

Color Harmonies of #76B343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B343

Black with #76B343

Text Example


Text Example

White with #76B343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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