Html Css Color HEX #76AF4B Apple

📋 copy color: '#76AF4B'

red 118 ◦ green 175 ◦ blue 75

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

Shades of Apple #76AF4B

Tints of Apple #76AF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.55%

 BLUE value IS 75 (29.69% from 255) = 20.38%

R = 32.07%
G = 47.55%
B = 20.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#76AF4B (or 0x76AF4B) is known color: Apple. HEX triplet: 76, AF and 4B. RGB value is (118,175,75). Sum of RGB (Red+Green+Blue) = 118+175+75=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF4B is #8950B4. Grayscale: #929292. Windows color (decimal): -8999093 or 4960118. OLE color: 4960118.

HSL color Cylindrical-coordinate representation of color #76AF4B: hue angle of 94.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76AF4B is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 75 -
CMYK 0.33 0 0.57 0.31
HSL 94.2º 0.4% 0.49% -
HSV(B) 94.2º 0.57% 0.69% -
XYZ 24.07 35.02 12.15 -
YUV 146.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 118 175 75 0.33 0 0.57 0.31 94.2 0.4 0.49
Hex 76 AF 4B 21 0 39 1F 5E 28 31
Octal 166 257 113 41 0 71 37 136 50 61
Binary 1110110 10101111 1001011 100001 0 111001 11111 1011110 101000 110001

Color Harmonies of #76AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF4B

Black with #76AF4B

Text Example


Text Example

White with #76AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,75); }

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

background-color css

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

 a { background-color: rgb(118,175,75); }

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

border-color css

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

 span { border-color: rgb(118,175,75); }

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