Html Css Color HEX #76B443 Apple

📋 copy color: '#76B443'

red 118 ◦ green 180 ◦ blue 67

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

Shades of Apple #76B443

Tints of Apple #76B443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

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

R = 32.33%
G = 49.32%
B = 18.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#76B443 (or 0x76B443) is known color: Apple. HEX triplet: 76, B4 and 43. RGB value is (118,180,67). Sum of RGB (Red+Green+Blue) = 118+180+67=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #76B443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B443 is #894BBC. Grayscale: #949494. Windows color (decimal): -8997821 or 4437110. OLE color: 4437110.

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

Color convert

RGB 118 180 67 -
CMYK 0.34 0 0.63 0.29
HSL 92.92º 0.46% 0.48% -
HSV(B) 92.92º 0.63% 0.71% -
XYZ 24.81 36.9 11.13 -
YUV 148.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 118 180 67 0.34 0 0.63 0.29 92.92 0.46 0.48
Hex 76 B4 43 22 0 3F 1D 5D 2E 30
Octal 166 264 103 42 0 77 35 135 56 60
Binary 1110110 10110100 1000011 100010 0 111111 11101 1011101 101110 110000

Color Harmonies of #76B443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B443

Black with #76B443

Text Example


Text Example

White with #76B443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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