#699D7C

Color #699D7C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #699D7C

Tints of Oxley #699D7C

Color information

#699D7C (or 0x699D7C) is unknown color: approx Oxley. HEX triplet: 69, 9D and 7C. RGB value is (105,157,124). Sum of RGB (Red+Green+Blue) = 105+157+124=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #699D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D7C is #966283. Grayscale: #898989. Windows color (decimal): -9855620 or 8166761. OLE color: 8166761.

HSL color Cylindrical-coordinate representation of color #699D7C: hue angle of 141.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D7C is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB105157124-
CMYK0.3300.210.38
HSL141.92º20.97%51.37%-
HSV(B)141.92º33.12%61.57%-
XYZ21.5228.5723.45-
YUV137.69120.27104.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=27.20%
G=40.67%
B=32.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571240.3300.210.38141.9220.9751.37
Hex699D7C21015268e1533
Octal15123517441025462162563
Binary11010011001110111111001000010101011001101000111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D7C; }

 p { color: rgb(105,157,124); }

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

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

 a { background-color: rgb(105,157,124); }

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

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

 span { border-color: rgb(105,157,124); }

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