Html Css Color HEX #699055 Glade Green

📋 copy color: '#699055'

red 105 ◦ green 144 ◦ blue 85

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

Shades of Glade Green #699055

Tints of Glade Green #699055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 31.44%
G = 43.11%
B = 25.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#699055 (or 0x699055) is known color: Glade Green. HEX triplet: 69, 90 and 55. RGB value is (105,144,85). Sum of RGB (Red+Green+Blue) = 105+144+85=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #699055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699055 is #966FAA. Grayscale: #7D7D7D. Windows color (decimal): -9858987 or 5607529. OLE color: 5607529.

HSL color Cylindrical-coordinate representation of color #699055: hue angle of 99.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699055 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 85 -
CMYK 0.27 0 0.41 0.44
HSL 99.66º 0.26% 0.45% -
HSV(B) 99.66º 0.41% 0.56% -
XYZ 17.44 23.61 12.23 -
YUV 125.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 105 144 85 0.27 0 0.41 0.44 99.66 0.26 0.45
Hex 69 90 55 1B 0 29 2C 64 1A 2D
Octal 151 220 125 33 0 51 54 144 32 55
Binary 1101001 10010000 1010101 11011 0 101001 101100 1100100 11010 101101

Color Harmonies of #699055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699055

Black with #699055

Text Example


Text Example

White with #699055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699055; }

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

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

background-color css

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

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

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

border-color css

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

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

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