#69865C

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

Shades of Glade Green #69865C

Tints of Glade Green #69865C

Color information

#69865C (or 0x69865C) is unknown color: approx Glade Green. HEX triplet: 69, 86 and 5C. RGB value is (105,134,92). Sum of RGB (Red+Green+Blue) = 105+134+92=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #69865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69865C is #9679A3. Grayscale: #787878. Windows color (decimal): -9861540 or 6063721. OLE color: 6063721.

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

Color convert

RGB10513492-
CMYK0.2200.310.47
HSL101.43º18.58%44.31%-
HSV(B)101.43º31.34%52.55%-
XYZ16.2820.8313.29-
YUV120.54111.89116.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=31.72%
G=40.48%
B=27.79%

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
Decimal105134920.2200.310.47101.4318.5844.31
Hex69865C1601F2F65132c
Octal15120613426037571452354
Binary110100110000110101110010110011111101111110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69865C; }

 p { color: rgb(105,134,92); }

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

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

 a { background-color: rgb(105,134,92); }

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

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

 span { border-color: rgb(105,134,92); }

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