Html Css Color HEX #699554 Glade Green

📋 copy color: '#699554'

red 105 ◦ green 149 ◦ blue 84

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

Shades of Glade Green #699554

Tints of Glade Green #699554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 31.07%
G = 44.08%
B = 24.85%

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

#699554 (or 0x699554) is known color: Glade Green. HEX triplet: 69, 95 and 54. RGB value is (105,149,84). Sum of RGB (Red+Green+Blue) = 105+149+84=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #699554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699554 is #966AAB. Grayscale: #808080. Windows color (decimal): -9857708 or 5543273. OLE color: 5543273.

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

Color convert

RGB 105 149 84 -
CMYK 0.30 0 0.44 0.42
HSL 100.62º 0.28% 0.46% -
HSV(B) 100.62º 0.44% 0.58% -
XYZ 18.17 25.14 12.28 -
YUV 128.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 105 149 84 0.30 0 0.44 0.42 100.62 0.28 0.46
Hex 69 95 54 1E 0 2C 2A 65 1C 2E
Octal 151 225 124 36 0 54 52 145 34 56
Binary 1101001 10010101 1010100 11110 0 101100 101010 1100101 11100 101110

Color Harmonies of #699554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699554

Black with #699554

Text Example


Text Example

White with #699554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699554; }

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

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

background-color css

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

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

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

border-color css

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

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

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