#75B551

Color #75B551 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #75B551

Tints of Apple #75B551

Color information

#75B551 (or 0x75B551) is unknown color: approx Apple. HEX triplet: 75, B5 and 51. RGB value is (117,181,81). Sum of RGB (Red+Green+Blue) = 117+181+81=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #75B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B551 is #8A4AAE. Grayscale: #969696. Windows color (decimal): -9063087 or 5354869. OLE color: 5354869.

HSL color Cylindrical-coordinate representation of color #75B551: hue angle of 98.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75B551 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB11718181-
CMYK0.3500.550.29
HSL98.4º40.32%51.37%-
HSV(B)98.4º55.25%70.98%-
XYZ25.3537.4213.67-
YUV150.4688.8104.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=30.87%
G=47.76%
B=21.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181810.3500.550.2998.440.3251.37
Hex75B551230371D622833
Octal16526512143067351425063
Binary11101011011010110100011000110110111111011100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,81); }

 H1.HeaderClassName
 {
   color: #75B551;
 }
 .AnyTagClassName
 {
   color: #75B551;
 }
</style>
background-color css

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

 a { background-color: rgb(117,181,81); }

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

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

 span { border-color: rgb(117,181,81); }

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