#75B71B

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

Shades of Lima #75B71B

Tints of Lima #75B71B

Color information

#75B71B (or 0x75B71B) is unknown color: approx Lima. HEX triplet: 75, B7 and 1B. RGB value is (117,183,27). Sum of RGB (Red+Green+Blue) = 117+183+27=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #75B71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B71B is #8A48E4. Grayscale: #929292. Windows color (decimal): -9062629 or 1816437. OLE color: 1816437.

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

Color convert

RGB11718327-
CMYK0.3600.850.28
HSL85.38º74.29%41.18%-
HSV(B)85.38º85.25%71.76%-
XYZ24.4737.737.03-
YUV145.4861.13107.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 183 (71.88% from 255) = 55.96%
BLUE value IS 27 (10.94% from 255) = 8.26%
R=35.78%
G=55.96%
B=8.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183270.3600.850.2885.3874.2941.18
Hex75B71B240551C554a29
Octal165267334401253412511251
Binary11101011011011111011100100010101011110010101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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