Html Css Color HEX #699150 Glade Green

📋 copy color: '#699150'

red 105 ◦ green 145 ◦ blue 80

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

Shades of Glade Green #699150

Tints of Glade Green #699150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 31.82%
G = 43.94%
B = 24.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#699150 (or 0x699150) is known color: Glade Green. HEX triplet: 69, 91 and 50. RGB value is (105,145,80). Sum of RGB (Red+Green+Blue) = 105+145+80=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #699150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699150 is #966EAF. Grayscale: #7D7D7D. Windows color (decimal): -9858736 or 5280105. OLE color: 5280105.

HSL color Cylindrical-coordinate representation of color #699150: hue angle of 96.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699150 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 80 -
CMYK 0.28 0 0.45 0.43
HSL 96.92º 0.29% 0.44% -
HSV(B) 96.92º 0.45% 0.57% -
XYZ 17.4 23.83 11.27 -
YUV 125.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 105 145 80 0.28 0 0.45 0.43 96.92 0.29 0.44
Hex 69 91 50 1C 0 2D 2B 61 1D 2C
Octal 151 221 120 34 0 55 53 141 35 54
Binary 1101001 10010001 1010000 11100 0 101101 101011 1100001 11101 101100

Color Harmonies of #699150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699150

Black with #699150

Text Example


Text Example

White with #699150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699150; }

 p { color: rgb(105,145,80); }

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

background-color css

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

 a { background-color: rgb(105,145,80); }

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

border-color css

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

 span { border-color: rgb(105,145,80); }

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