Html Css Color HEX #699056 Glade Green

📋 copy color: '#699056'

red 105 ◦ green 144 ◦ blue 86

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

Shades of Glade Green #699056

Tints of Glade Green #699056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 31.34%
G = 42.99%
B = 25.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#699056 (or 0x699056) is known color: Glade Green. HEX triplet: 69, 90 and 56. RGB value is (105,144,86). Sum of RGB (Red+Green+Blue) = 105+144+86=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #699056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699056 is #966FA9. Grayscale: #7D7D7D. Windows color (decimal): -9858986 or 5673065. OLE color: 5673065.

HSL color Cylindrical-coordinate representation of color #699056: hue angle of 100.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699056 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 86 -
CMYK 0.27 0 0.40 0.44
HSL 100.34º 0.25% 0.45% -
HSV(B) 100.34º 0.4% 0.56% -
XYZ 17.48 23.62 12.44 -
YUV 125.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 105 144 86 0.27 0 0.40 0.44 100.34 0.25 0.45
Hex 69 90 56 1B 0 28 2C 64 19 2D
Octal 151 220 126 33 0 50 54 144 31 55
Binary 1101001 10010000 1010110 11011 0 101000 101100 1100100 11001 101101

Color Harmonies of #699056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699056

Black with #699056

Text Example


Text Example

White with #699056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699056; }

 p { color: rgb(105,144,86); }

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

background-color css

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

 a { background-color: rgb(105,144,86); }

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

border-color css

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

 span { border-color: rgb(105,144,86); }

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