#69885C

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

Shades of Glade Green #69885C

Tints of Glade Green #69885C

Color information

#69885C (or 0x69885C) is unknown color: approx Glade Green. HEX triplet: 69, 88 and 5C. RGB value is (105,136,92). Sum of RGB (Red+Green+Blue) = 105+136+92=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #69885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69885C is #9677A3. Grayscale: #797979. Windows color (decimal): -9861028 or 6064233. OLE color: 6064233.

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

Color convert

RGB10513692-
CMYK0.2300.320.47
HSL102.27º19.3%44.71%-
HSV(B)102.27º32.35%53.33%-
XYZ16.5621.3813.38-
YUV121.71111.23116.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=31.53%
G=40.84%
B=27.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136920.2300.320.47102.2719.344.71
Hex69885C170202F66132d
Octal15121013427040571462355
Binary1101001100010001011100101110100000101111110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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