#75A82C

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

Shades of Lima #75A82C

Tints of Lima #75A82C

Color information

#75A82C (or 0x75A82C) is unknown color: approx Lima. HEX triplet: 75, A8 and 2C. RGB value is (117,168,44). Sum of RGB (Red+Green+Blue) = 117+168+44=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #75A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A82C is #8A57D3. Grayscale: #8B8B8B. Windows color (decimal): -9066452 or 2926709. OLE color: 2926709.

HSL color Cylindrical-coordinate representation of color #75A82C: hue angle of 84.68º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75A82C is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB11716844-
CMYK0.3000.740.34
HSL84.68º58.49%41.57%-
HSV(B)84.68º73.81%65.88%-
XYZ21.7931.977.4-
YUV138.6174.6112.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 168 (66.02% from 255) = 51.06%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=35.56%
G=51.06%
B=13.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117168440.3000.740.3484.6858.4941.57
Hex75A82C1E04A22553a2a
Octal16525054360112421257252
Binary11101011010100010110011110010010101000101010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,44); }

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

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

 a { background-color: rgb(117,168,44); }

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

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

 span { border-color: rgb(117,168,44); }

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