Html Css Color HEX #69974D Asparagus

📋 copy color: '#69974D'

red 105 ◦ green 151 ◦ blue 77

#69974D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #69974D

Tints of Asparagus #69974D

RGB

 RED value IS 105 (41.41% from 255) = 31.53%

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 31.53%
G = 45.35%
B = 23.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#69974D (or 0x69974D) is known color: Asparagus. HEX triplet: 69, 97 and 4D. RGB value is (105,151,77). Sum of RGB (Red+Green+Blue) = 105+151+77=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #69974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69974D is #9668B2. Grayscale: #818181. Windows color (decimal): -9857203 or 5085033. OLE color: 5085033.

HSL color Cylindrical-coordinate representation of color #69974D: hue angle of 97.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69974D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 77 -
CMYK 0.30 0 0.49 0.41
HSL 97.3º 0.32% 0.45% -
HSV(B) 97.3º 0.49% 0.59% -
XYZ 18.23 25.67 11.02 -
YUV 128.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 105 151 77 0.30 0 0.49 0.41 97.3 0.32 0.45
Hex 69 97 4D 1E 0 31 29 61 20 2D
Octal 151 227 115 36 0 61 51 141 40 55
Binary 1101001 10010111 1001101 11110 0 110001 101001 1100001 100000 101101

Color Harmonies of #69974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69974D

Black with #69974D

Text Example


Text Example

White with #69974D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69974D;
 }
 .AnyTagClassName
 {
   color: #69974D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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