Html Css Color HEX #699B4E Asparagus

📋 copy color: '#699B4E'

red 105 ◦ green 155 ◦ blue 78

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

Shades of Asparagus #699B4E

Tints of Asparagus #699B4E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

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

R = 31.07%
G = 45.86%
B = 23.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#699B4E (or 0x699B4E) is known color: Asparagus. HEX triplet: 69, 9B and 4E. RGB value is (105,155,78). Sum of RGB (Red+Green+Blue) = 105+155+78=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #699B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B4E is #9664B1. Grayscale: #838383. Windows color (decimal): -9856178 or 5151593. OLE color: 5151593.

HSL color Cylindrical-coordinate representation of color #699B4E: hue angle of 98.96º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699B4E is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 78 -
CMYK 0.32 0 0.50 0.39
HSL 98.96º 0.33% 0.46% -
HSV(B) 98.96º 0.5% 0.61% -
XYZ 18.92 27 11.42 -
YUV 131.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 105 155 78 0.32 0 0.50 0.39 98.96 0.33 0.46
Hex 69 9B 4E 20 0 32 27 63 21 2E
Octal 151 233 116 40 0 62 47 143 41 56
Binary 1101001 10011011 1001110 100000 0 110010 100111 1100011 100001 101110

Color Harmonies of #699B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B4E

Black with #699B4E

Text Example


Text Example

White with #699B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B4E; }

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

 H1.HeaderClassName
 {
   color: #699B4E;
 }
 .AnyTagClassName
 {
   color: #699B4E;
 }
</style>

background-color css

<style>
 a { background-color: #699B4E; }

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

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

border-color css

<style>
 span { border-color: #699B4E; }

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

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