Html Css Color HEX #76B245 Apple

📋 copy color: '#76B245'

red 118 ◦ green 178 ◦ blue 69

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

Shades of Apple #76B245

Tints of Apple #76B245

RGB

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

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

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

R = 32.33%
G = 48.77%
B = 18.9%

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

#76B245 (or 0x76B245) is known color: Apple. HEX triplet: 76, B2 and 45. RGB value is (118,178,69). Sum of RGB (Red+Green+Blue) = 118+178+69=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #76B245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B245 is #894DBA. Grayscale: #949494. Windows color (decimal): -8998331 or 4567670. OLE color: 4567670.

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

Color convert

RGB 118 178 69 -
CMYK 0.34 0 0.61 0.30
HSL 93.03º 0.44% 0.48% -
HSV(B) 93.03º 0.61% 0.7% -
XYZ 24.47 36.12 11.31 -
YUV 147.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 118 178 69 0.34 0 0.61 0.30 93.03 0.44 0.48
Hex 76 B2 45 22 0 3D 1E 5D 2C 30
Octal 166 262 105 42 0 75 36 135 54 60
Binary 1110110 10110010 1000101 100010 0 111101 11110 1011101 101100 110000

Color Harmonies of #76B245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B245

Black with #76B245

Text Example


Text Example

White with #76B245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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