#77934B

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

Shades of Asparagus #77934B

Tints of Asparagus #77934B

Color information

#77934B (or 0x77934B) is unknown color: approx Asparagus. HEX triplet: 77, 93 and 4B. RGB value is (119,147,75). Sum of RGB (Red+Green+Blue) = 119+147+75=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #77934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77934B is #886CB4. Grayscale: #828282. Windows color (decimal): -8940725 or 4952951. OLE color: 4952951.

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

Color convert

RGB11914775-
CMYK0.1900.490.42
HSL83.33º32.43%43.53%-
HSV(B)83.33º48.98%57.65%-
XYZ19.3125.310.52-
YUV130.4296.72119.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=34.90%
G=43.11%
B=21.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147750.1900.490.4283.3332.4343.53
Hex77934B130312A53202c
Octal16722311323061521234054
Binary11101111001001110010111001101100011010101010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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