Html Css Color HEX #69984E Asparagus

📋 copy color: '#69984E'

red 105 ◦ green 152 ◦ blue 78

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

Shades of Asparagus #69984E

Tints of Asparagus #69984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 31.34%
G = 45.37%
B = 23.28%

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

#69984E (or 0x69984E) is known color: Asparagus. HEX triplet: 69, 98 and 4E. RGB value is (105,152,78). Sum of RGB (Red+Green+Blue) = 105+152+78=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #69984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69984E is #9667B1. Grayscale: #818181. Windows color (decimal): -9856946 or 5150825. OLE color: 5150825.

HSL color Cylindrical-coordinate representation of color #69984E: hue angle of 98.11º degrees, saturation: 0.32, 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 #69984E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 78 -
CMYK 0.31 0 0.49 0.40
HSL 98.11º 0.32% 0.45% -
HSV(B) 98.11º 0.49% 0.6% -
XYZ 18.43 26.01 11.26 -
YUV 129.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 105 152 78 0.31 0 0.49 0.40 98.11 0.32 0.45
Hex 69 98 4E 1F 0 31 28 62 20 2D
Octal 151 230 116 37 0 61 50 142 40 55
Binary 1101001 10011000 1001110 11111 0 110001 101000 1100010 100000 101101

Color Harmonies of #69984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69984E

Black with #69984E

Text Example


Text Example

White with #69984E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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