Html Css Color HEX #699650 Glade Green

📋 copy color: '#699650'

red 105 ◦ green 150 ◦ blue 80

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

Shades of Glade Green #699650

Tints of Glade Green #699650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 31.34%
G = 44.78%
B = 23.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#699650 (or 0x699650) is known color: Glade Green. HEX triplet: 69, 96 and 50. RGB value is (105,150,80). Sum of RGB (Red+Green+Blue) = 105+150+80=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #699650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699650 is #9669AF. Grayscale: #808080. Windows color (decimal): -9857456 or 5281385. OLE color: 5281385.

HSL color Cylindrical-coordinate representation of color #699650: hue angle of 98.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699650 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 80 -
CMYK 0.30 0 0.47 0.41
HSL 98.57º 0.3% 0.45% -
HSV(B) 98.57º 0.47% 0.59% -
XYZ 18.18 25.4 11.53 -
YUV 128.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 105 150 80 0.30 0 0.47 0.41 98.57 0.3 0.45
Hex 69 96 50 1E 0 2F 29 63 1E 2D
Octal 151 226 120 36 0 57 51 143 36 55
Binary 1101001 10010110 1010000 11110 0 101111 101001 1100011 11110 101101

Color Harmonies of #699650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699650

Black with #699650

Text Example


Text Example

White with #699650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699650; }

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

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

background-color css

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

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

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

border-color css

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

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

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