#75B627

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

Shades of Lima #75B627

Tints of Lima #75B627

Color information

#75B627 (or 0x75B627) is unknown color: approx Lima. HEX triplet: 75, B6 and 27. RGB value is (117,182,39). Sum of RGB (Red+Green+Blue) = 117+182+39=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #75B627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B627 is #8A49D8. Grayscale: #929292. Windows color (decimal): -9062873 or 2602613. OLE color: 2602613.

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

Color convert

RGB11718239-
CMYK0.3600.790.29
HSL87.27º64.71%43.33%-
HSV(B)87.27º78.57%71.37%-
XYZ24.4337.387.85-
YUV146.2667.47107.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 39 (15.62% from 255) = 11.54%
R=34.62%
G=53.85%
B=11.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182390.3600.790.2987.2764.7143.33
Hex75B6272404F1D57412b
Octal165266474401173512710153
Binary111010110110110100111100100010011111110110101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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