Html Css Color HEX #699052 Glade Green

📋 copy color: '#699052'

red 105 ◦ green 144 ◦ blue 82

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

Shades of Glade Green #699052

Tints of Glade Green #699052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 31.72%
G = 43.5%
B = 24.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#699052 (or 0x699052) is known color: Glade Green. HEX triplet: 69, 90 and 52. RGB value is (105,144,82). Sum of RGB (Red+Green+Blue) = 105+144+82=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #699052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699052 is #966FAD. Grayscale: #7D7D7D. Windows color (decimal): -9858990 or 5410921. OLE color: 5410921.

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

Color convert

RGB 105 144 82 -
CMYK 0.27 0 0.43 0.44
HSL 97.74º 0.27% 0.44% -
HSV(B) 97.74º 0.43% 0.56% -
XYZ 17.32 23.56 11.62 -
YUV 125.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 105 144 82 0.27 0 0.43 0.44 97.74 0.27 0.44
Hex 69 90 52 1B 0 2B 2C 62 1B 2C
Octal 151 220 122 33 0 53 54 142 33 54
Binary 1101001 10010000 1010010 11011 0 101011 101100 1100010 11011 101100

Color Harmonies of #699052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699052

Black with #699052

Text Example


Text Example

White with #699052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699052; }

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

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

background-color css

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

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

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

border-color css

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

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

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