#69875D

Color #69875D Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #69875D

Tints of Glade Green #69875D

Color information

#69875D (or 0x69875D) is unknown color: approx Glade Green. HEX triplet: 69, 87 and 5D. RGB value is (105,135,93). Sum of RGB (Red+Green+Blue) = 105+135+93=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #69875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69875D is #9678A2. Grayscale: #797979. Windows color (decimal): -9861283 or 6129513. OLE color: 6129513.

HSL color Cylindrical-coordinate representation of color #69875D: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69875D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB10513593-
CMYK0.2200.310.47
HSL102.86º18.42%44.71%-
HSV(B)102.86º31.11%52.94%-
XYZ16.4721.1213.56-
YUV121.24112.06116.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=31.53%
G=40.54%
B=27.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135930.2200.310.47102.8618.4244.71
Hex69875D1601F2F67122d
Octal15120713526037571472255
Binary110100110000111101110110110011111101111110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69875D; }

 p { color: rgb(105,135,93); }

 H1.HeaderClassName
 {
   color: #69875D;
 }
 .AnyTagClassName
 {
   color: #69875D;
 }
</style>
background-color css

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

 a { background-color: rgb(105,135,93); }

 div.DivClassName
 {
   background-color: #69875D;
 }
 .BgClassName
 {
   background-color: #69875D;
 }
</style>
border-color css

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

 span { border-color: rgb(105,135,93); }

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