Html Css Color HEX #699652 Glade Green

📋 copy color: '#699652'

red 105 ◦ green 150 ◦ blue 82

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

Shades of Glade Green #699652

Tints of Glade Green #699652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 31.16%
G = 44.51%
B = 24.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#699652 (or 0x699652) is known color: Glade Green. HEX triplet: 69, 96 and 52. RGB value is (105,150,82). Sum of RGB (Red+Green+Blue) = 105+150+82=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #699652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699652 is #9669AD. Grayscale: #818181. Windows color (decimal): -9857454 or 5412457. OLE color: 5412457.

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

Color convert

RGB 105 150 82 -
CMYK 0.30 0 0.45 0.41
HSL 99.71º 0.29% 0.45% -
HSV(B) 99.71º 0.45% 0.59% -
XYZ 18.26 25.43 11.93 -
YUV 128.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 105 150 82 0.30 0 0.45 0.41 99.71 0.29 0.45
Hex 69 96 52 1E 0 2D 29 64 1D 2D
Octal 151 226 122 36 0 55 51 144 35 55
Binary 1101001 10010110 1010010 11110 0 101101 101001 1100100 11101 101101

Color Harmonies of #699652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699652

Black with #699652

Text Example


Text Example

White with #699652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699652; }

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

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

background-color css

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

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

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

border-color css

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

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

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