#7CA74B

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

Shades of Asparagus #7CA74B

Tints of Asparagus #7CA74B

Color information

#7CA74B (or 0x7CA74B) is unknown color: approx Asparagus. HEX triplet: 7C, A7 and 4B. RGB value is (124,167,75). Sum of RGB (Red+Green+Blue) = 124+167+75=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA74B is #8358B4. Grayscale: #8F8F8F. Windows color (decimal): -8607925 or 4958076. OLE color: 4958076.

HSL color Cylindrical-coordinate representation of color #7CA74B: hue angle of 88.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CA74B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB12416775-
CMYK0.2600.550.35
HSL88.04º38.02%47.45%-
HSV(B)88.04º55.09%65.49%-
XYZ23.432.4311.68-
YUV143.6689.25113.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=33.88%
G=45.63%
B=20.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124167750.2600.550.3588.0438.0247.45
Hex7CA74B1A0372358262f
Octal17424711332067431304657
Binary11111001010011110010111101001101111000111011000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA74B; }

 p { color: rgb(124,167,75); }

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

<style>
 a { background-color: #7CA74B; }

 a { background-color: rgb(124,167,75); }

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

<style>
 span { border-color: #7CA74B; }

 span { border-color: rgb(124,167,75); }

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