Html Css Color HEX #699850 Asparagus

📋 copy color: '#699850'

red 105 ◦ green 152 ◦ blue 80

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

Shades of Asparagus #699850

Tints of Asparagus #699850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 31.16%
G = 45.1%
B = 23.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#699850 (or 0x699850) is known color: Asparagus. HEX triplet: 69, 98 and 50. RGB value is (105,152,80). Sum of RGB (Red+Green+Blue) = 105+152+80=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #699850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699850 is #9667AF. Grayscale: #818181. Windows color (decimal): -9856944 or 5281897. OLE color: 5281897.

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

Color convert

RGB 105 152 80 -
CMYK 0.31 0 0.47 0.40
HSL 99.17º 0.31% 0.45% -
HSV(B) 99.17º 0.47% 0.6% -
XYZ 18.5 26.04 11.64 -
YUV 129.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 105 152 80 0.31 0 0.47 0.40 99.17 0.31 0.45
Hex 69 98 50 1F 0 2F 28 63 1F 2D
Octal 151 230 120 37 0 57 50 143 37 55
Binary 1101001 10011000 1010000 11111 0 101111 101000 1100011 11111 101101

Color Harmonies of #699850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699850

Black with #699850

Text Example


Text Example

White with #699850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699850; }

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

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

background-color css

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

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

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

border-color css

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

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

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