Html Css Color HEX #699355 Glade Green

📋 copy color: '#699355'

red 105 ◦ green 147 ◦ blue 85

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

Shades of Glade Green #699355

Tints of Glade Green #699355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 31.16%
G = 43.62%
B = 25.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#699355 (or 0x699355) is known color: Glade Green. HEX triplet: 69, 93 and 55. RGB value is (105,147,85). Sum of RGB (Red+Green+Blue) = 105+147+85=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #699355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699355 is #966CAA. Grayscale: #7F7F7F. Windows color (decimal): -9858219 or 5608297. OLE color: 5608297.

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

Color convert

RGB 105 147 85 -
CMYK 0.29 0 0.42 0.42
HSL 100.65º 0.27% 0.45% -
HSV(B) 100.65º 0.42% 0.58% -
XYZ 17.9 24.53 12.39 -
YUV 127.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 105 147 85 0.29 0 0.42 0.42 100.65 0.27 0.45
Hex 69 93 55 1D 0 2A 2A 65 1B 2D
Octal 151 223 125 35 0 52 52 145 33 55
Binary 1101001 10010011 1010101 11101 0 101010 101010 1100101 11011 101101

Color Harmonies of #699355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699355

Black with #699355

Text Example


Text Example

White with #699355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699355; }

 p { color: rgb(105,147,85); }

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

background-color css

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

 a { background-color: rgb(105,147,85); }

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

border-color css

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

 span { border-color: rgb(105,147,85); }

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