Html Css Color HEX #699B52 Asparagus

📋 copy color: '#699B52'

red 105 ◦ green 155 ◦ blue 82

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

Shades of Asparagus #699B52

Tints of Asparagus #699B52

RGB

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

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

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

R = 30.7%
G = 45.32%
B = 23.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#699B52 (or 0x699B52) is known color: Asparagus. HEX triplet: 69, 9B and 52. RGB value is (105,155,82). Sum of RGB (Red+Green+Blue) = 105+155+82=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #699B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B52 is #9664AD. Grayscale: #838383. Windows color (decimal): -9856174 or 5413737. OLE color: 5413737.

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

Color convert

RGB 105 155 82 -
CMYK 0.32 0 0.47 0.39
HSL 101.1º 0.31% 0.46% -
HSV(B) 101.1º 0.47% 0.61% -
XYZ 19.07 27.06 12.2 -
YUV 131.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 105 155 82 0.32 0 0.47 0.39 101.1 0.31 0.46
Hex 69 9B 52 20 0 2F 27 65 1F 2E
Octal 151 233 122 40 0 57 47 145 37 56
Binary 1101001 10011011 1010010 100000 0 101111 100111 1100101 11111 101110

Color Harmonies of #699B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B52

Black with #699B52

Text Example


Text Example

White with #699B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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