Html Css Color HEX #699D52 Asparagus

📋 copy color: '#699D52'

red 105 ◦ green 157 ◦ blue 82

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

Shades of Asparagus #699D52

Tints of Asparagus #699D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 30.52%
G = 45.64%
B = 23.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#699D52 (or 0x699D52) is known color: Asparagus. HEX triplet: 69, 9D and 52. RGB value is (105,157,82). Sum of RGB (Red+Green+Blue) = 105+157+82=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #699D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D52 is #9662AD. Grayscale: #858585. Windows color (decimal): -9855662 or 5414249. OLE color: 5414249.

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

Color convert

RGB 105 157 82 -
CMYK 0.33 0 0.48 0.38
HSL 101.6º 0.31% 0.47% -
HSV(B) 101.6º 0.48% 0.62% -
XYZ 19.41 27.73 12.31 -
YUV 132.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 105 157 82 0.33 0 0.48 0.38 101.6 0.31 0.47
Hex 69 9D 52 21 0 30 26 66 1F 2F
Octal 151 235 122 41 0 60 46 146 37 57
Binary 1101001 10011101 1010010 100001 0 110000 100110 1100110 11111 101111

Color Harmonies of #699D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D52

Black with #699D52

Text Example


Text Example

White with #699D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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