Html Css Color HEX #76B345 Apple

📋 copy color: '#76B345'

red 118 ◦ green 179 ◦ blue 69

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

Shades of Apple #76B345

Tints of Apple #76B345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 32.24%
G = 48.91%
B = 18.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#76B345 (or 0x76B345) is known color: Apple. HEX triplet: 76, B3 and 45. RGB value is (118,179,69). Sum of RGB (Red+Green+Blue) = 118+179+69=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #76B345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B345 is #894CBA. Grayscale: #949494. Windows color (decimal): -8998075 or 4567926. OLE color: 4567926.

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

Color convert

RGB 118 179 69 -
CMYK 0.34 0 0.61 0.30
HSL 93.27º 0.44% 0.49% -
HSV(B) 93.27º 0.61% 0.7% -
XYZ 24.67 36.52 11.38 -
YUV 148.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 118 179 69 0.34 0 0.61 0.30 93.27 0.44 0.49
Hex 76 B3 45 22 0 3D 1E 5D 2C 31
Octal 166 263 105 42 0 75 36 135 54 61
Binary 1110110 10110011 1000101 100010 0 111101 11110 1011101 101100 110001

Color Harmonies of #76B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B345

Black with #76B345

Text Example


Text Example

White with #76B345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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