Html Css Color HEX #75AB48 Apple

📋 copy color: '#75AB48'

red 117 ◦ green 171 ◦ blue 72

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

Shades of Apple #75AB48

Tints of Apple #75AB48

RGB

 RED value IS 117 (46.09% from 255) = 32.5%

 GREEN value IS 171 (67.19% from 255) = 47.5%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 32.5%
G = 47.5%
B = 20%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#75AB48 (or 0x75AB48) is known color: Apple. HEX triplet: 75, AB and 48. RGB value is (117,171,72). Sum of RGB (Red+Green+Blue) = 117+171+72=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB48 is #8A54B7. Grayscale: #8F8F8F. Windows color (decimal): -9065656 or 4762485. OLE color: 4762485.

HSL color Cylindrical-coordinate representation of color #75AB48: hue angle of 92.73º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75AB48 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 72 -
CMYK 0.32 0 0.58 0.33
HSL 92.73º 0.41% 0.48% -
HSV(B) 92.73º 0.58% 0.67% -
XYZ 23.07 33.38 11.36 -
YUV 143.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 117 171 72 0.32 0 0.58 0.33 92.73 0.41 0.48
Hex 75 AB 48 20 0 3A 21 5D 29 30
Octal 165 253 110 40 0 72 41 135 51 60
Binary 1110101 10101011 1001000 100000 0 111010 100001 1011101 101001 110000

Color Harmonies of #75AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB48

Black with #75AB48

Text Example


Text Example

White with #75AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AB48; }

 p { color: rgb(117,171,72); }

 H1.HeaderClassName
 {
   color: #75AB48;
 }
 .AnyTagClassName
 {
   color: #75AB48;
 }
</style>

background-color css

<style>
 a { background-color: #75AB48; }

 a { background-color: rgb(117,171,72); }

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

border-color css

<style>
 span { border-color: #75AB48; }

 span { border-color: rgb(117,171,72); }

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