Html Css Color HEX #699B4C Asparagus

📋 copy color: '#699B4C'

red 105 ◦ green 155 ◦ blue 76

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

Shades of Asparagus #699B4C

Tints of Asparagus #699B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 31.25%
G = 46.13%
B = 22.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#699B4C (or 0x699B4C) is known color: Asparagus. HEX triplet: 69, 9B and 4C. RGB value is (105,155,76). Sum of RGB (Red+Green+Blue) = 105+155+76=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #699B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B4C is #9664B3. Grayscale: #838383. Windows color (decimal): -9856180 or 5020521. OLE color: 5020521.

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

Color convert

RGB 105 155 76 -
CMYK 0.32 0 0.51 0.39
HSL 97.97º 0.34% 0.45% -
HSV(B) 97.97º 0.51% 0.61% -
XYZ 18.85 26.97 11.05 -
YUV 131.04 96.94 109.42 -
System Red Green Blue C M Y K H S L
Decimal 105 155 76 0.32 0 0.51 0.39 97.97 0.34 0.45
Hex 69 9B 4C 20 0 33 27 62 22 2D
Octal 151 233 114 40 0 63 47 142 42 55
Binary 1101001 10011011 1001100 100000 0 110011 100111 1100010 100010 101101

Color Harmonies of #699B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B4C

Black with #699B4C

Text Example


Text Example

White with #699B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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