Html Css Color HEX #698A55 Glade Green

📋 copy color: '#698A55'

red 105 ◦ green 138 ◦ blue 85

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

Shades of Glade Green #698A55

Tints of Glade Green #698A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

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

R = 32.01%
G = 42.07%
B = 25.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#698A55 (or 0x698A55) is known color: Glade Green. HEX triplet: 69, 8A and 55. RGB value is (105,138,85). Sum of RGB (Red+Green+Blue) = 105+138+85=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #698A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A55 is #9675AA. Grayscale: #7A7A7A. Windows color (decimal): -9860523 or 5605993. OLE color: 5605993.

HSL color Cylindrical-coordinate representation of color #698A55: hue angle of 97.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698A55 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 85 -
CMYK 0.24 0 0.38 0.46
HSL 97.36º 0.24% 0.44% -
HSV(B) 97.36º 0.38% 0.54% -
XYZ 16.55 21.84 11.94 -
YUV 122.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 105 138 85 0.24 0 0.38 0.46 97.36 0.24 0.44
Hex 69 8A 55 18 0 26 2E 61 18 2C
Octal 151 212 125 30 0 46 56 141 30 54
Binary 1101001 10001010 1010101 11000 0 100110 101110 1100001 11000 101100

Color Harmonies of #698A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A55

Black with #698A55

Text Example


Text Example

White with #698A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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