Html Css Color HEX #699553 Glade Green

📋 copy color: '#699553'

red 105 ◦ green 149 ◦ blue 83

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

Shades of Glade Green #699553

Tints of Glade Green #699553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 31.16%
G = 44.21%
B = 24.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#699553 (or 0x699553) is known color: Glade Green. HEX triplet: 69, 95 and 53. RGB value is (105,149,83). Sum of RGB (Red+Green+Blue) = 105+149+83=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #699553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699553 is #966AAC. Grayscale: #808080. Windows color (decimal): -9857709 or 5477737. OLE color: 5477737.

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

Color convert

RGB 105 149 83 -
CMYK 0.30 0 0.44 0.42
HSL 100º 0.28% 0.45% -
HSV(B) 100º 0.44% 0.58% -
XYZ 18.13 25.12 12.08 -
YUV 128.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 105 149 83 0.30 0 0.44 0.42 100 0.28 0.45
Hex 69 95 53 1E 0 2C 2A 64 1C 2D
Octal 151 225 123 36 0 54 52 144 34 55
Binary 1101001 10010101 1010011 11110 0 101100 101010 1100100 11100 101101

Color Harmonies of #699553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699553

Black with #699553

Text Example


Text Example

White with #699553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699553; }

 p { color: rgb(105,149,83); }

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

background-color css

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

 a { background-color: rgb(105,149,83); }

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

border-color css

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

 span { border-color: rgb(105,149,83); }

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