#75B62D

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

Shades of Lima #75B62D

Tints of Lima #75B62D

Color information

#75B62D (or 0x75B62D) is unknown color: approx Lima. HEX triplet: 75, B6 and 2D. RGB value is (117,182,45). Sum of RGB (Red+Green+Blue) = 117+182+45=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #75B62D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B62D is #8A49D2. Grayscale: #939393. Windows color (decimal): -9062867 or 2995829. OLE color: 2995829.

HSL color Cylindrical-coordinate representation of color #75B62D: hue angle of 88.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75B62D is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB11718245-
CMYK0.3600.750.29
HSL88.47º60.35%44.51%-
HSV(B)88.47º75.27%71.37%-
XYZ24.5437.438.41-
YUV146.9570.47106.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 182 (71.48% from 255) = 52.91%
BLUE value IS 45 (17.97% from 255) = 13.08%
R=34.01%
G=52.91%
B=13.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182450.3600.750.2988.4760.3544.51
Hex75B62D2404B1D583c2d
Octal16526655440113351307455
Binary11101011011011010110110010001001011111011011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,45); }

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

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

 a { background-color: rgb(117,182,45); }

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

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

 span { border-color: rgb(117,182,45); }

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