Html Css Color HEX #699450 Glade Green

📋 copy color: '#699450'

red 105 ◦ green 148 ◦ blue 80

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

Shades of Glade Green #699450

Tints of Glade Green #699450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 31.53%
G = 44.44%
B = 24.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#699450 (or 0x699450) is known color: Glade Green. HEX triplet: 69, 94 and 50. RGB value is (105,148,80). Sum of RGB (Red+Green+Blue) = 105+148+80=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #699450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699450 is #966BAF. Grayscale: #7F7F7F. Windows color (decimal): -9857968 or 5280873. OLE color: 5280873.

HSL color Cylindrical-coordinate representation of color #699450: hue angle of 97.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699450 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 80 -
CMYK 0.29 0 0.46 0.42
HSL 97.94º 0.3% 0.45% -
HSV(B) 97.94º 0.46% 0.58% -
XYZ 17.86 24.76 11.43 -
YUV 127.39 101.25 112.03 -
System Red Green Blue C M Y K H S L
Decimal 105 148 80 0.29 0 0.46 0.42 97.94 0.3 0.45
Hex 69 94 50 1D 0 2E 2A 62 1E 2D
Octal 151 224 120 35 0 56 52 142 36 55
Binary 1101001 10010100 1010000 11101 0 101110 101010 1100010 11110 101101

Color Harmonies of #699450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699450

Black with #699450

Text Example


Text Example

White with #699450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699450; }

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

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

background-color css

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

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

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

border-color css

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

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

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