Html Css Color HEX #69984C Asparagus

📋 copy color: '#69984C'

red 105 ◦ green 152 ◦ blue 76

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

Shades of Asparagus #69984C

Tints of Asparagus #69984C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 31.53%
G = 45.65%
B = 22.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#69984C (or 0x69984C) is known color: Asparagus. HEX triplet: 69, 98 and 4C. RGB value is (105,152,76). Sum of RGB (Red+Green+Blue) = 105+152+76=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #69984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69984C is #9667B3. Grayscale: #818181. Windows color (decimal): -9856948 or 5019753. OLE color: 5019753.

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

Color convert

RGB 105 152 76 -
CMYK 0.31 0 0.50 0.40
HSL 97.11º 0.33% 0.45% -
HSV(B) 97.11º 0.5% 0.6% -
XYZ 18.36 25.98 10.88 -
YUV 129.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 105 152 76 0.31 0 0.50 0.40 97.11 0.33 0.45
Hex 69 98 4C 1F 0 32 28 61 21 2D
Octal 151 230 114 37 0 62 50 141 41 55
Binary 1101001 10011000 1001100 11111 0 110010 101000 1100001 100001 101101

Color Harmonies of #69984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69984C

Black with #69984C

Text Example


Text Example

White with #69984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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