Html Css Color HEX #69984D Asparagus

📋 copy color: '#69984D'

red 105 ◦ green 152 ◦ blue 77

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

Shades of Asparagus #69984D

Tints of Asparagus #69984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

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

R = 31.44%
G = 45.51%
B = 23.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#69984D (or 0x69984D) is known color: Asparagus. HEX triplet: 69, 98 and 4D. RGB value is (105,152,77). Sum of RGB (Red+Green+Blue) = 105+152+77=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #69984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69984D is #9667B2. Grayscale: #818181. Windows color (decimal): -9856947 or 5085289. OLE color: 5085289.

HSL color Cylindrical-coordinate representation of color #69984D: hue angle of 97.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69984D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 77 -
CMYK 0.31 0 0.49 0.40
HSL 97.6º 0.33% 0.45% -
HSV(B) 97.6º 0.49% 0.6% -
XYZ 18.39 26 11.07 -
YUV 129.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 105 152 77 0.31 0 0.49 0.40 97.6 0.33 0.45
Hex 69 98 4D 1F 0 31 28 62 21 2D
Octal 151 230 115 37 0 61 50 142 41 55
Binary 1101001 10011000 1001101 11111 0 110001 101000 1100010 100001 101101

Color Harmonies of #69984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69984D

Black with #69984D

Text Example


Text Example

White with #69984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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