#69865A

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

Shades of Glade Green #69865A

Tints of Glade Green #69865A

Color information

#69865A (or 0x69865A) is unknown color: approx Glade Green. HEX triplet: 69, 86 and 5A. RGB value is (105,134,90). Sum of RGB (Red+Green+Blue) = 105+134+90=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #69865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69865A is #9679A5. Grayscale: #787878. Windows color (decimal): -9861542 or 5932649. OLE color: 5932649.

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

Color convert

RGB10513490-
CMYK0.2200.330.47
HSL99.55º19.64%43.92%-
HSV(B)99.55º32.84%52.55%-
XYZ16.220.7912.83-
YUV120.31110.89117.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=31.91%
G=40.73%
B=27.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134900.2200.330.4799.5519.6443.92
Hex69865A160212F64142c
Octal15120613226041571442454
Binary1101001100001101011010101100100001101111110010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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