Html Css Color HEX #698C55 Glade Green

📋 copy color: '#698C55'

red 105 ◦ green 140 ◦ blue 85

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

Shades of Glade Green #698C55

Tints of Glade Green #698C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 31.82%
G = 42.42%
B = 25.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#698C55 (or 0x698C55) is known color: Glade Green. HEX triplet: 69, 8C and 55. RGB value is (105,140,85). Sum of RGB (Red+Green+Blue) = 105+140+85=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #698C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C55 is #9673AA. Grayscale: #7B7B7B. Windows color (decimal): -9860011 or 5606505. OLE color: 5606505.

HSL color Cylindrical-coordinate representation of color #698C55: hue angle of 98.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #698C55 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 85 -
CMYK 0.25 0 0.39 0.45
HSL 98.18º 0.24% 0.44% -
HSV(B) 98.18º 0.39% 0.55% -
XYZ 16.84 22.42 12.03 -
YUV 123.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 105 140 85 0.25 0 0.39 0.45 98.18 0.24 0.44
Hex 69 8C 55 19 0 27 2D 62 18 2C
Octal 151 214 125 31 0 47 55 142 30 54
Binary 1101001 10001100 1010101 11001 0 100111 101101 1100010 11000 101100

Color Harmonies of #698C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C55

Black with #698C55

Text Example


Text Example

White with #698C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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