Html Css Color HEX #699951 Asparagus

📋 copy color: '#699951'

red 105 ◦ green 153 ◦ blue 81

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

Shades of Asparagus #699951

Tints of Asparagus #699951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 30.97%
G = 45.13%
B = 23.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#699951 (or 0x699951) is known color: Asparagus. HEX triplet: 69, 99 and 51. RGB value is (105,153,81). Sum of RGB (Red+Green+Blue) = 105+153+81=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #699951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699951 is #9666AE. Grayscale: #828282. Windows color (decimal): -9856687 or 5347689. OLE color: 5347689.

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

Color convert

RGB 105 153 81 -
CMYK 0.31 0 0.47 0.4
HSL 100º 0.31% 0.46% -
HSV(B) 100º 0.47% 0.6% -
XYZ 18.7 26.38 11.89 -
YUV 130.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 105 153 81 0.31 0 0.47 0.4 100 0.31 0.46
Hex 69 99 51 1F 0 2F 28 64 1F 2E
Octal 151 231 121 37 0 57 50 144 37 56
Binary 1101001 10011001 1010001 11111 0 101111 101000 1100100 11111 101110

Color Harmonies of #699951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699951

Black with #699951

Text Example


Text Example

White with #699951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699951; }

 p { color: rgb(105,153,81); }

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

background-color css

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

 a { background-color: rgb(105,153,81); }

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

border-color css

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

 span { border-color: rgb(105,153,81); }

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