#72934B

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

Shades of Asparagus #72934B

Tints of Asparagus #72934B

Color information

#72934B (or 0x72934B) is unknown color: approx Asparagus. HEX triplet: 72, 93 and 4B. RGB value is (114,147,75). Sum of RGB (Red+Green+Blue) = 114+147+75=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #72934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72934B is #8D6CB4. Grayscale: #818181. Windows color (decimal): -9268405 or 4952946. OLE color: 4952946.

HSL color Cylindrical-coordinate representation of color #72934B: hue angle of 87.5º 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 #72934B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB11414775-
CMYK0.2200.490.42
HSL87.5º32.43%43.53%-
HSV(B)87.5º48.98%57.65%-
XYZ18.6424.9510.49-
YUV128.9397.57117.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=33.93%
G=43.75%
B=22.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147750.2200.490.4287.532.4343.53
Hex72934B160312A58202c
Octal16222311326061521304054
Binary11100101001001110010111011001100011010101011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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