Html Css Color HEX #698555 Glade Green

📋 copy color: '#698555'

red 105 ◦ green 133 ◦ blue 85

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

Shades of Glade Green #698555

Tints of Glade Green #698555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

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

R = 32.51%
G = 41.18%
B = 26.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#698555 (or 0x698555) is known color: Glade Green. HEX triplet: 69, 85 and 55. RGB value is (105,133,85). Sum of RGB (Red+Green+Blue) = 105+133+85=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #698555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698555 is #967AAA. Grayscale: #777777. Windows color (decimal): -9861803 or 5604713. OLE color: 5604713.

HSL color Cylindrical-coordinate representation of color #698555: hue angle of 95º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698555 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 85 -
CMYK 0.21 0 0.36 0.48
HSL 95º 0.22% 0.43% -
HSV(B) 95º 0.36% 0.52% -
XYZ 15.85 20.43 11.7 -
YUV 119.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 105 133 85 0.21 0 0.36 0.48 95 0.22 0.43
Hex 69 85 55 15 0 24 30 5F 16 2B
Octal 151 205 125 25 0 44 60 137 26 53
Binary 1101001 10000101 1010101 10101 0 100100 110000 1011111 10110 101011

Color Harmonies of #698555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698555

Black with #698555

Text Example


Text Example

White with #698555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698555; }

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

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

background-color css

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

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

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

border-color css

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

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

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