Html Css Color HEX #76B240 Apple

📋 copy color: '#76B240'

red 118 ◦ green 178 ◦ blue 64

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

Shades of Apple #76B240

Tints of Apple #76B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.44%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 32.78%
G = 49.44%
B = 17.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#76B240 (or 0x76B240) is known color: Apple. HEX triplet: 76, B2 and 40. RGB value is (118,178,64). Sum of RGB (Red+Green+Blue) = 118+178+64=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #76B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B240 is #894DBF. Grayscale: #939393. Windows color (decimal): -8998336 or 4239990. OLE color: 4239990.

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

Color convert

RGB 118 178 64 -
CMYK 0.34 0 0.64 0.30
HSL 91.58º 0.47% 0.47% -
HSV(B) 91.58º 0.64% 0.7% -
XYZ 24.32 36.06 10.53 -
YUV 147.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 118 178 64 0.34 0 0.64 0.30 91.58 0.47 0.47
Hex 76 B2 40 22 0 40 1E 5C 2F 2F
Octal 166 262 100 42 0 100 36 134 57 57
Binary 1110110 10110010 1000000 100010 0 1000000 11110 1011100 101111 101111

Color Harmonies of #76B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B240

Black with #76B240

Text Example


Text Example

White with #76B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,64); }

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

background-color css

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

 a { background-color: rgb(118,178,64); }

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

border-color css

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

 span { border-color: rgb(118,178,64); }

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