Html Css Color HEX #698D50 Glade Green

📋 copy color: '#698D50'

red 105 ◦ green 141 ◦ blue 80

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

Shades of Glade Green #698D50

Tints of Glade Green #698D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 32.21%
G = 43.25%
B = 24.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#698D50 (or 0x698D50) is known color: Glade Green. HEX triplet: 69, 8D and 50. RGB value is (105,141,80). Sum of RGB (Red+Green+Blue) = 105+141+80=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #698D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D50 is #9672AF. Grayscale: #7B7B7B. Windows color (decimal): -9859760 or 5279081. OLE color: 5279081.

HSL color Cylindrical-coordinate representation of color #698D50: hue angle of 95.41º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #698D50 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 80 -
CMYK 0.26 0 0.43 0.45
HSL 95.41º 0.28% 0.43% -
HSV(B) 95.41º 0.43% 0.55% -
XYZ 16.8 22.63 11.07 -
YUV 123.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 105 141 80 0.26 0 0.43 0.45 95.41 0.28 0.43
Hex 69 8D 50 1A 0 2B 2D 5F 1C 2B
Octal 151 215 120 32 0 53 55 137 34 53
Binary 1101001 10001101 1010000 11010 0 101011 101101 1011111 11100 101011

Color Harmonies of #698D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D50

Black with #698D50

Text Example


Text Example

White with #698D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,80); }

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

background-color css

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

 a { background-color: rgb(105,141,80); }

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

border-color css

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

 span { border-color: rgb(105,141,80); }

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