Html Css Color HEX #699D53 Asparagus

📋 copy color: '#699D53'

red 105 ◦ green 157 ◦ blue 83

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

Shades of Asparagus #699D53

Tints of Asparagus #699D53

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 30.43%
G = 45.51%
B = 24.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#699D53 (or 0x699D53) is known color: Asparagus. HEX triplet: 69, 9D and 53. RGB value is (105,157,83). Sum of RGB (Red+Green+Blue) = 105+157+83=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #699D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D53 is #9662AC. Grayscale: #858585. Windows color (decimal): -9855661 or 5479785. OLE color: 5479785.

HSL color Cylindrical-coordinate representation of color #699D53: hue angle of 102.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699D53 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 83 -
CMYK 0.33 0 0.47 0.38
HSL 102.16º 0.31% 0.47% -
HSV(B) 102.16º 0.47% 0.62% -
XYZ 19.44 27.74 12.51 -
YUV 133.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 105 157 83 0.33 0 0.47 0.38 102.16 0.31 0.47
Hex 69 9D 53 21 0 2F 26 66 1F 2F
Octal 151 235 123 41 0 57 46 146 37 57
Binary 1101001 10011101 1010011 100001 0 101111 100110 1100110 11111 101111

Color Harmonies of #699D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D53

Black with #699D53

Text Example


Text Example

White with #699D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,83); }

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

background-color css

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

 a { background-color: rgb(105,157,83); }

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

border-color css

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

 span { border-color: rgb(105,157,83); }

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