#75B030

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

Shades of Lima #75B030

Tints of Lima #75B030

Color information

#75B030 (or 0x75B030) is unknown color: approx Lima. HEX triplet: 75, B0 and 30. RGB value is (117,176,48). Sum of RGB (Red+Green+Blue) = 117+176+48=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #75B030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B030 is #8A4FCF. Grayscale: #909090. Windows color (decimal): -9064400 or 3190901. OLE color: 3190901.

HSL color Cylindrical-coordinate representation of color #75B030: hue angle of 87.66º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75B030 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB11717648-
CMYK0.3400.730.31
HSL87.66º57.14%43.92%-
HSV(B)87.66º72.73%69.02%-
XYZ23.3935.058.33-
YUV143.7773.95108.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=34.31%
G=51.61%
B=14.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176480.3400.730.3187.6657.1443.92
Hex75B030220491F58392c
Octal16526060420111371307154
Binary11101011011000011000010001001001001111111011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,48); }

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

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

 a { background-color: rgb(117,176,48); }

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

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

 span { border-color: rgb(117,176,48); }

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