Html Css Color HEX #68994D Asparagus

📋 copy color: '#68994D'

red 104 ◦ green 153 ◦ blue 77

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

Shades of Asparagus #68994D

Tints of Asparagus #68994D

RGB

 RED value IS 104 (41.02% from 255) = 31.14%

 GREEN value IS 153 (60.16% from 255) = 45.81%

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

R = 31.14%
G = 45.81%
B = 23.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#68994D (or 0x68994D) is known color: Asparagus. HEX triplet: 68, 99 and 4D. RGB value is (104,153,77). Sum of RGB (Red+Green+Blue) = 104+153+77=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #68994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68994D is #9766B2. Grayscale: #818181. Windows color (decimal): -9922227 or 5085544. OLE color: 5085544.

HSL color Cylindrical-coordinate representation of color #68994D: hue angle of 98.68º 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 #68994D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 77 -
CMYK 0.32 0 0.50 0.4
HSL 98.68º 0.33% 0.45% -
HSV(B) 98.68º 0.5% 0.6% -
XYZ 18.44 26.26 11.12 -
YUV 129.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 104 153 77 0.32 0 0.50 0.4 98.68 0.33 0.45
Hex 68 99 4D 20 0 32 28 63 21 2D
Octal 150 231 115 40 0 62 50 143 41 55
Binary 1101000 10011001 1001101 100000 0 110010 101000 1100011 100001 101101

Color Harmonies of #68994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68994D

Black with #68994D

Text Example


Text Example

White with #68994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,153,77); }

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

background-color css

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

 a { background-color: rgb(104,153,77); }

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

border-color css

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

 span { border-color: rgb(104,153,77); }

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