Html Css Color HEX #76C341 Apple

📋 copy color: '#76C341'

red 118 ◦ green 195 ◦ blue 65

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

Shades of Apple #76C341

Tints of Apple #76C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 31.22%
G = 51.59%
B = 17.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#76C341 (or 0x76C341) is known color: Apple. HEX triplet: 76, C3 and 41. RGB value is (118,195,65). Sum of RGB (Red+Green+Blue) = 118+195+65=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #76C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C341 is #893CBE. Grayscale: #9D9D9D. Windows color (decimal): -8993983 or 4309878. OLE color: 4309878.

HSL color Cylindrical-coordinate representation of color #76C341: hue angle of 95.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C341 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 65 -
CMYK 0.39 0 0.67 0.24
HSL 95.54º 0.52% 0.51% -
HSV(B) 95.54º 0.67% 0.76% -
XYZ 27.94 43.26 11.88 -
YUV 157.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 118 195 65 0.39 0 0.67 0.24 95.54 0.52 0.51
Hex 76 C3 41 27 0 43 18 60 34 33
Octal 166 303 101 47 0 103 30 140 64 63
Binary 1110110 11000011 1000001 100111 0 1000011 11000 1100000 110100 110011

Color Harmonies of #76C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C341

Black with #76C341

Text Example


Text Example

White with #76C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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