#75934B

Color #75934B Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #75934B

Tints of Asparagus #75934B

Color information

#75934B (or 0x75934B) is unknown color: approx Asparagus. HEX triplet: 75, 93 and 4B. RGB value is (117,147,75). Sum of RGB (Red+Green+Blue) = 117+147+75=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #75934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75934B is #8A6CB4. Grayscale: #828282. Windows color (decimal): -9071797 or 4952949. OLE color: 4952949.

HSL color Cylindrical-coordinate representation of color #75934B: hue angle of 85º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75934B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB11714775-
CMYK0.2000.490.42
HSL85º32.43%43.53%-
HSV(B)85º48.98%57.65%-
XYZ19.0425.1610.51-
YUV129.8297.06118.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=34.51%
G=43.36%
B=22.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147750.2000.490.428532.4343.53
Hex75934B140312A55202c
Octal16522311324061521254054
Binary11101011001001110010111010001100011010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75934B; }

 p { color: rgb(117,147,75); }

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

<style>
 a { background-color: #75934B; }

 a { background-color: rgb(117,147,75); }

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

<style>
 span { border-color: #75934B; }

 span { border-color: rgb(117,147,75); }

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