#69974B

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

Shades of Asparagus #69974B

Tints of Asparagus #69974B

Color information

#69974B (or 0x69974B) is unknown color: approx Asparagus. HEX triplet: 69, 97 and 4B. RGB value is (105,151,75). Sum of RGB (Red+Green+Blue) = 105+151+75=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #69974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69974B is #9668B4. Grayscale: #808080. Windows color (decimal): -9857205 or 4953961. OLE color: 4953961.

HSL color Cylindrical-coordinate representation of color #69974B: hue angle of 96.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69974B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB10515175-
CMYK0.3000.500.41
HSL96.32º33.63%44.31%-
HSV(B)96.32º50.33%59.22%-
XYZ18.1625.6410.65-
YUV128.5897.76111.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=31.72%
G=45.62%
B=22.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151750.3000.500.4196.3233.6344.31
Hex69974B1E0322960222c
Octal15122711336062511404254
Binary11010011001011110010111111001100101010011100000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,151,75); }

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

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

 a { background-color: rgb(105,151,75); }

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

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

 span { border-color: rgb(105,151,75); }

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