Html Css Color HEX #68994E Asparagus

📋 copy color: '#68994E'

red 104 ◦ green 153 ◦ blue 78

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

Shades of Asparagus #68994E

Tints of Asparagus #68994E

RGB

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

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

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

R = 31.04%
G = 45.67%
B = 23.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#68994E (or 0x68994E) is known color: Asparagus. HEX triplet: 68, 99 and 4E. RGB value is (104,153,78). Sum of RGB (Red+Green+Blue) = 104+153+78=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #68994E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68994E is #9766B1. Grayscale: #828282. Windows color (decimal): -9922226 or 5151080. OLE color: 5151080.

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

Color convert

RGB 104 153 78 -
CMYK 0.32 0 0.49 0.4
HSL 99.2º 0.32% 0.45% -
HSV(B) 99.2º 0.49% 0.6% -
XYZ 18.48 26.28 11.31 -
YUV 129.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 104 153 78 0.32 0 0.49 0.4 99.2 0.32 0.45
Hex 68 99 4E 20 0 31 28 63 20 2D
Octal 150 231 116 40 0 61 50 143 40 55
Binary 1101000 10011001 1001110 100000 0 110001 101000 1100011 100000 101101

Color Harmonies of #68994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68994E

Black with #68994E

Text Example


Text Example

White with #68994E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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