#75B736

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

Shades of Lima #75B736

Tints of Lima #75B736

Color information

#75B736 (or 0x75B736) is unknown color: approx Lima. HEX triplet: 75, B7 and 36. RGB value is (117,183,54). Sum of RGB (Red+Green+Blue) = 117+183+54=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #75B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B736 is #8A48C9. Grayscale: #959595. Windows color (decimal): -9062602 or 3585909. OLE color: 3585909.

HSL color Cylindrical-coordinate representation of color #75B736: hue angle of 90.7º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75B736 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB11718354-
CMYK0.3600.700.28
HSL90.7º54.43%46.47%-
HSV(B)90.7º70.49%71.76%-
XYZ24.9437.929.49-
YUV148.5674.63105.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 54 (21.48% from 255) = 15.25%
R=33.05%
G=51.69%
B=15.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183540.3600.700.2890.754.4346.47
Hex75B736240461C5b362e
Octal16526766440106341336656
Binary11101011011011111011010010001000110111001011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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