#75B727

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

Shades of Lima #75B727

Tints of Lima #75B727

Color information

#75B727 (or 0x75B727) is unknown color: approx Lima. HEX triplet: 75, B7 and 27. RGB value is (117,183,39). Sum of RGB (Red+Green+Blue) = 117+183+39=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #75B727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B727 is #8A48D8. Grayscale: #939393. Windows color (decimal): -9062617 or 2602869. OLE color: 2602869.

HSL color Cylindrical-coordinate representation of color #75B727: hue angle of 87.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75B727 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB11718339-
CMYK0.3600.790.28
HSL87.5º64.86%43.53%-
HSV(B)87.5º78.69%71.76%-
XYZ24.6437.87.92-
YUV146.8567.13106.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=34.51%
G=53.98%
B=11.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183390.3600.790.2887.564.8643.53
Hex75B7272404F1C58412c
Octal165267474401173413010154
Binary111010110110111100111100100010011111110010110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,39); }

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

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

 a { background-color: rgb(117,183,39); }

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

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

 span { border-color: rgb(117,183,39); }

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